Made with Create React App
yarn install
yarn start
or
npm install
npm start
- Board
- All pieces (black and white) with basic movements
- Marks possible movements with green squares when selecting a piece
-
Turns
-
Obstacles
When moving pieces, obstacles are not detected resulting in all pieces beeing able to "jump" other pieces -
Knockout
No rules for knocking out other pieces. Pieces with the same color can knock out each other. -
Check and checkmate - does not detect check or checkmate
Should only allow moves resulting in player losing check condition if player is under check condition. -
Promotion
If pawn reaces row 8, that pawn can be promoted to any piece except king. -
Pawn knockout
Pawns can only knock out pieces diagonally in front of them