Nothing big but still a lot
Expanding Game and Player
In the last devlog I started with Spring and just added these classes. Now those classes have a lot of additional functions to make them work for poker some of the game functions will move later to the websocket. Although they had a big upgrade they are not complete. The Game class is still only for poker, when I’m done with poker I’ll try to seperate them for a cleaner structure.
Something you can see
The frontend has now the ability to load and render the players with all of their data(chips, Name) to the correct spot. This is one of the functions that will later be present in the websocket but for now are just an endpoint in the server.
Cookies, yum so tasty
I created my first cookie, to store the playerUUID. Cookie are for the game very Important so I dont have to store these things in the js frontend, but I a storage that was designed for these things.