Commit graph

8 commits

Author SHA1 Message Date
0b8fb0a476
Fully working ship placement 2023-06-13 18:08:46 +02:00
c2af2dffa2
Working ship placement 2023-06-11 22:09:36 +02:00
0317a3343c
Improved handling ws connection and redirect 2023-06-11 00:37:12 +02:00
53a07b21b0
Step towards full multiplayer compatibility 2023-06-10 20:26:46 +02:00
63fc8c56bf
Added userState (isReady and isConnection) 2023-06-02 12:40:51 +02:00
df315df8f4
Implemented isReady & isConnected 2023-05-29 19:48:51 +02:00
f1ea064d4c
Working real time lobby 2023-05-13 15:03:12 +02:00
61ae4b901d
Game settings and better socket performance
- Added game settings
- Reworked GamePropsSchema for only relevant information
-> Prisma schema and zod object
- Imporved toast notifications
- No duplicate socket connections anymore
- Using now Zustand for the gameProps instead of React Context & State
2023-05-10 21:02:22 +02:00