Multiplayer web battleships game / Wieloosobowa przeglądarkowa gra w statki
Go to file
2024-03-18 18:53:53 +01:00
public/assets Improved colors 2024-03-11 11:11:18 +01:00
utils Major changes 2024-03-10 11:59:18 +01:00
views Major changes 2024-03-08 21:35:01 +01:00
.gitignore Fixed many bugs, placing ships now works 2024-03-04 12:23:47 +01:00
index.js Added an option for secure cookies 2024-03-10 16:13:27 +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 Update README.md 2024-03-18 18:53:53 +01:00

statki (battleships)

The entire thing is not complete so expect vulnerabilities, missing features and more scary stuff 👻.

Simple battleships game made in Express + vanilla DHTML (seriously).
It uses Redis as a store and Socket.io for websockets. All the operations like ship position validating, shot validating and rooms are made server-side.

Unfortunately the entire repo is in Polish, I might add localisation in the future if I feel like it.
Also check out the service-overhaul branch that contains multiple service changes from the main branch (like accounts, e-mail auth code login, MySQL persistent match data saving and more in the future).