Skip to content

Latest commit

 

History

History
60 lines (44 loc) · 1.38 KB

README.md

File metadata and controls

60 lines (44 loc) · 1.38 KB

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!