/battleship

🚢 Classic strategy type guessing game for two players

Primary LanguageTypeScriptMIT LicenseMIT

Battleship

Battleship

Battleship is released under the MIT license.

🚢 Classic strategy type guessing game for two players

See it in action!

✨ Features

  • Play against the computer or another player
  • Automated fleet arrangement
  • Cool vector-based graphics
  • Enjoyed best on desktop (mobile coming soonâ„¢)
  • Tested on Safari, Chrome and Edge

🚀 Getting Started

  1. Clone this repo.

Use the GIT CLI to clone this repository.

git clone https://github.com/MartinDevillers/battleship.git
  1. Start developing.

Navigate into your freshly cloned directory and start up the server.

cd battleship
cd server
npm install
npm run dev

In a second terminal, run the following commands to start the client.

cd battleship
cd client
npm install
npm start
  1. Open the code and start customizing!

Battleship is now running at http://localhost:3000!