Commit Graph

10 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
7198f591bd Replace print() calls with log() calls. 2022-12-13 03:43:05 +01:00
8a0139640c Add server password for connection, and change reconnect handling. 2022-12-13 03:36:22 +01:00
4a0e57902c Set standard position. 2022-11-19 16:55:37 +01:00
8d5cf7592d Add Connection cubit that updates the part that must be rebuilt after a reconnect. 2022-11-19 16:36:29 +01:00
4768d22168 Add reconnect mechanism. 2022-11-19 13:24:38 +01:00
b329cb10ad Make chessboard fit its window. 2022-11-19 11:37:15 +01:00
75727980a7 Show server response in main window for debugging purpose. 2022-11-13 14:28:30 +01:00
94b7c227c9 Make a lot of changes. CAUTION: Board flips on purpose on every move. 2022-11-13 01:03:47 +01:00
1d528d4be2 Initial commit. Board builds but without pieces and logic. 2022-11-12 22:55:45 +01:00