A fun and elegent multiplayer battleship game.
The Next.js server uses socket.io to send data between players in real-time.
The frontend was made using Next.js and react, and styled with tailwindCSS.
There is a Makefile in the root directory.
- Run
make
to install all npm packages and run the game.
You can access the game on localhost:3000