Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 427 Bytes

File metadata and controls

5 lines (5 loc) · 427 Bytes

ChessGame

Simple implementation. I have completed the following features :

  • Check if the user's input is a legal move, otherwise user should repeat input.
  • All pieces moves as you expect them to move, except advanced moves: castling, en passant and pawn promotion
  • Added two versions of AI - first moves pieces randomly, second moves pieces such a way so the piece will defeat the highest opponent's piece.