Commit Graph

11 Commits

Author SHA1 Message Date
Cozma Rares 9d87a344c3 fix: can make moves after undo 2023-08-17 22:30:47 +03:00
Cozma Rares e51bbcd36c refactor: change id generator 2023-08-17 22:13:01 +03:00
Cozma Rares d33b2b4dd2 multiple changes
- add engdame state to local game
- clean engine code
- add endgame tests
- fix tests
- fix san checkmate symbol
2023-08-06 00:50:13 +03:00
Cozma Rares e6216aec9a feat: handle opponent disconnect 2023-08-01 01:09:08 +03:00
Cozma Rares a001ef57a5 feat: implement three fold repetiion check
and some fixes
- start another game without refresh
- chessboard handle click types
2023-08-01 00:14:05 +03:00
Cozma Rares 0b68d701c1 multiple changes
- add gameover overlay
- fix active tile background
- redirect to home on invalid page
- compute checkmate and draw after making a move
- cleanup code
- error handling on making moves
2023-07-31 01:24:26 +03:00
Cozma Rares 259393ca1b chore: remove console logs 2023-07-30 18:23:41 +03:00
Cozma Rares ce09e99c28 fix: add error handling for making moves 2023-07-30 15:25:44 +03:00
Cozma Rares 156073b6a0 BIG feat: add sockets, create and join games 2023-07-29 22:42:08 +03:00
Cozma Rares 76032237d4 chore: reorganize files and add some boilerplate 2023-07-24 12:18:58 +03:00
Cozma Rares ddc4ec100d initial commit 2023-04-01 19:36:29 +03:00