Classic chess for two local players.
This was a test assignment when applying for a job. The conditions were not to use third-party frameworks and libraries, to use UI.
- All types of chess piece can move according to the rules
- Castling
- En passant
- Pawn promotion
- Cancel player move if his king is in check
- You can change start arrangement of pieces for test specific cases
- If the king is in a checkmate position, the message "Checkmate" does not pop up
Unity version - 2021.3.27f1
