Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 291 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 291 Bytes

Chess-game

Chess game with java swing

Update

  • checkmate works
  • stalemate works
  • castling the king works
  • capture pieces works
  • promote pawn to knight/bishop/queen/rook works
  • enpassant rule works

TODO

  • impement ai to play the game
  • refactoring because the code is a mess