Skip to content

fernanda-veiga/battleship

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Battleship Game

Project for TheOdinProject JavaScript curriculum.

The user can play Battleship against the Computer. The user and the computer will have a set of ships distributed in a grid. The first player who sinks all the other player's ships wins.

Features

  • Button to randomize the ships in the player's grid.
  • Button to start the game and to play again once the game ends.
  • Display box to show what is happening in the game.

Resources

Demo

Live version here

How to use

To use the website, click here.

To use the code, download the files and, on the file's directory, type the following on the terminal:

npm install
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published