This is a implementation of a two player checkers game using react. You can see check the live demo here
The rules of this checkers implementation are the brasilian checkers:
- Normal Pieces can capture backwards
- Captures are mandatory
- Queen can move more than a square
- 8x8 grid
- Add a online multiplayer implementation