- React
- TypeScript
- Redux
- Creation of OOP classes for chess. Initializing a chessboard square
- Figure placement
- Board coordinates. X Y
- Game logic. Highlighting moveable cells
- canMove. Movement of pieces (Queen, Bishop, Rook)
- Movement of knight and pawn
- Restart the game. Travel transfer
- List of eaten figures. Timer
npm install
npm start