Commit graph

16 commits

Author SHA1 Message Date
b386fc03fa added the possibility to view in replay a previous game 2023-03-07 14:52:05 +01:00
75d1c1fa92 added load / save system 2023-03-05 12:05:41 +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
25a3c0fa86 simplified some part of the game code, made some quality of life change 2023-02-24 19:37:44 +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
4e376bc009 implemented more of the game with the network 2023-02-22 15:50:45 +01:00
bda12c3cc1 fixed a bug where the board inverted the rows and columns 2023-02-21 17:01:38 +01:00
d34d610b98 fixed the game grid preview 2023-02-21 11:39:50 +01:00
930947aded simplified and added the possibility to place boat with the given boat size list on the grid 2023-02-20 23:25:26 +01:00
ca59abee01 added background on game and renamed some minor variable 2023-02-17 22:49:44 +01:00
de9fcf78c0 added type hint for Point2D and BBox 2023-01-10 20:33:13 +01:00
31bb0c1d11 added a prototypal test server 2023-01-10 18:16:58 +01:00
1175c8b5d1 added Board, Boat, Orientation serialisation 2023-01-10 17:11:18 +01:00
eff0218c8f added a Widget system with a Button widget example 2023-01-10 00:09:25 +01:00