Skip to content

Repository files navigation

chess-game

Features

  • abstract implementation of chess piece
  • add & move pieces into the board using a txt
  • space detection using findPiece()
  • OutOfBoardException and IllegalChessMoveException
  • ChessBasics.java -> Driver that opens game.txt

Txt Input File Format Example

  • knight 0 0
  • pawn 5 5
  • pawn 7 0
  • rook 2 6
  • bishop 2 5
  • bishop 7 3
  • rook 3 4

About

chess game project (java)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages