This project is just initially created, having the objective of exercising OOP principles and having some fun!
The initial thought is to build a chess game played through the console and maybe in the future add some graphic interfaces
You're welcome to contribute if you want to, just create a branch from de masters one (the updated one)... 😉
- Pieces Movements Rules;
- Passing turns;
- Control of captured pieces;
- King in check control;
- Check and checkmate logics;
- Castling logics;
- En Passant logics;
- Pawn promotion;