Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jklemon17/battleship
- Owner: jklemon17
- Created: 2018-07-17T15:30:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-26T20:01:28.000Z (over 6 years ago)
- Last Synced: 2024-10-21T19:54:44.063Z (3 months ago)
- Topics: battleship, battleship-game, css3, javascript, jest, mobile-friendly, webapp, webpack
- Language: JavaScript
- Size: 1.79 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 choiceTo 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)