Skip to content

🚢 Classic strategy type guessing game for two players

License

Notifications You must be signed in to change notification settings

MartinDevillers/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

🚢 Classic strategy type guessing game for two players

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published