/battleship

Primary LanguageJavaScript

Battleship game

This project is built with Vanilla JS. It's the classic Battleship game where you play against the computer.

Author:

Bernardo Garza - bernardo.g.landa@gmail.com

Kalib Hackin - naguihw@gmail.com

Screenshot

Battleship Battleship

Instructions:

In order to run the project you'll need NodeJS

  1. Clone the project
  2. Go to the project directory cd ~/project-folder
  3. Run npm install
  4. Run npm start or go to the project scripts and run the one called start in your code editor if it has it.
  5. Run npm test or go to the project scripts and run the one called test in your code editor if it has it.
  6. Open http://localhost:3000/ in your browser.

Live Demo: https://raw.githack.com/NaguiHW/battleship/master/dist/index.html