Multiplayer web battleships game / Wieloosobowa przeglądarkowa gra w statki
Go to file
MaciejkaG a027313139 Major changes
- Multiple visual improvements to animation
- Added ship color dimming when they sunk
- Added game ending (looks and works primitvely for now)
- Added socket.io client error handling and alerts
- Finished and improved hit registration and client hit display

To-do:
- Fix timers (currently resetting the timer is global, which by mistake affects other independent lobbies, critical bug)
- Post-match stats
- Improve many mechanics
- Improve overall quality of the game
2024-03-08 19:18:53 +01:00
public/assets Major changes 2024-03-08 19:18:53 +01:00
utils Major changes 2024-03-08 19:18:53 +01:00
views Major changes 2024-03-08 19:18:53 +01:00
.gitignore Fixed many bugs, placing ships now works 2024-03-04 12:23:47 +01:00
index.js Major changes 2024-03-08 19:18:53 +01:00
package-lock.json Minor changes 2024-03-04 20:34:45 +01:00
package.json Minor changes 2024-03-04 20:34:45 +01:00
README.md Initial commit 2024-01-02 21:24:06 +01:00

statki-backend

Backend do gry w statki