🚢 Classic strategy type guessing game for two players
- 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
- Clone this repo.
Use the GIT CLI to clone this repository.
git clone https://github.com/MartinDevillers/battleship.git
- 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
- Open the code and start customizing!
Battleship is now running at http://localhost:3000
!