Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 578 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 578 Bytes

⛴ Battleship Game

A fun and elegent multiplayer battleship game.

🔌 Backend

The Next.js server uses socket.io to send data between players in real-time.

🖼 Frontend

The frontend was made using Next.js and react, and styled with tailwindCSS.

⚙️ Usage

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

chattr-gif