You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Saken Mukanov a4eaf0d6e2 fix and add backend: chess, kahoot 1 year ago
..
README.md fix and add backend: chess, kahoot 1 year ago

README.md

Functional

In order to run and hot reload app either on emulator or device, follow the instructions.

Was the app committed within the required time period?
Does the app run without crashes?
Check the backend. When player is the waiting room and someone joins, does the game create UUID for the game session?
When 2 players are join game session, can a player with white pieces start the game?
Try doing illegal moves, i.e. moving pawn 3 squares up, castling after moving the king, moving rook diagonally, etc. Does the app prevent such illegal moves?
After a move is played, does the other player receive the move?
Play the game until one player is mated, does the game stop?
Do chess moves come with appropriate Long algebraic notation?