Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jklemon17/battleship

JavaScript Battleship game
https://github.com/jklemon17/battleship

battleship battleship-game css3 javascript jest mobile-friendly webapp webpack

Last synced: about 1 month ago
JSON representation

JavaScript Battleship game

Awesome Lists containing this project

README

        

## JavaScript Battleship game

Play in your browser here: http://jklemon17.github.io/battleship

To run the game locally:

Clone to your local machine.

* cd into the folder
* run `npm install`
* run `npm run build`
* open the index.html file in your browser of choice

To play:
* Click a spot on the top board where you think the computer's ships might be.
* The computer will immediately fire back, which will show on the bottom board.
* Repeat until someone wins.

## Authors

* **Kyle Lemon** - [jklemon17](https://github.com/jklemon17)
* **Paul Rail** - [PolarisTLX](https://github.com/PolarisTLX)