Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 840 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 840 Bytes

Codacy Badge CircleCI

Java Chess implementation

WIP


To be implemented:

  • When the Pawn reaches to the end of the board the player can change the piece to any other.
  • Castling Func
  • Pawn en Passant

OBS: The idea is to put this two func inside the Board class so that the Main class will orchestrate the game.

Nice to have:

  • FEN, but needs Castling and en passant implemented.