Commit Graph

6 Commits

Author SHA1 Message Date
c04407ae67 Make chess work.
Remove sending the new move in moveHandler, in order to prevent a loop
move -> emit -> move ...

Handle incoming moves.

There still is a major bug. Sometimes random pieces move.
2022-12-14 23:17:31 +01:00
e696d3cd3d Rename variables for clarity. 2022-12-13 03:38:31 +01:00
ce63a3e483 Provide toString() for ChessCoordinate class. 2022-11-13 14:28:09 +01:00
f5f89a070d MORE CHANGES. Pieces can be moved now. 2022-11-13 03:24:42 +01:00
b3a7418c5f More changes. Memory error when accessing state.position in ChessBloc. 2022-11-13 02:42:10 +01:00
1d528d4be2 Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00