Commit graph

18 commits

Author SHA1 Message Date
f6f2e1ed52 more comment in all modules (except GUI) 2023-03-14 08:44:39 +01:00
b7933faed6 added test 2023-03-09 18:23:11 +01:00
fce1ed0abf simplified the code for handling error in the network module 2023-03-08 23:46:39 +01:00
cc5a90405c fixed type hint for packets 2023-03-07 10:14:16 +01:00
5bdffd40de changed some grid code to be easier to manipulate 2023-03-05 11:32:36 +01:00
312210b323 Added prompt to save the game 2023-03-04 12:46:58 +01:00
5cbb28df72 fixed some bugs, network error are now handled 2023-03-04 11:11:41 +01:00
c4116b64d1 added an GameError scene in case of error in the Game 2023-03-03 19:07:48 +01:00
37350926b2 changed the packet code to be simpler and more flexible 2023-02-28 14:07:00 +01:00
25a3c0fa86 simplified some part of the game code, made some quality of life change 2023-02-24 19:37:44 +01:00
385adb2cf1 added settings for the game 2023-02-24 16:11:44 +01:00
5dd5663ac6 ajout d'un texte affichant l'état de la partie 2023-02-24 11:46:28 +01:00
c49971fe5a ajout d'un écran de victoire 2023-02-24 11:32:13 +01:00
db21bf5e04 it is now possible to see the opponent move on our board 2023-02-23 17:34:43 +01:00
9c8e0f87ce the score system is now working 2023-02-23 17:22:20 +01:00
75d7c407c1 added the turn system 2023-02-23 16:59:55 +01:00
a2d37c37f7 added more documentation in some files 2023-02-23 00:02:28 +01:00
c6ffbb9a58 simplified the usage of socket thanks to the Packet class 2023-02-22 23:19:37 +01:00