Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/austintackaberry/battleship
2 player local battleship game
https://github.com/austintackaberry/battleship
Last synced: 25 days ago
JSON representation
2 player local battleship game
- Host: GitHub
- URL: https://github.com/austintackaberry/battleship
- Owner: austintackaberry
- License: mit
- Created: 2018-02-07T00:37:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T09:54:46.000Z (almost 7 years ago)
- Last Synced: 2024-10-28T15:25:53.986Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 241 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battleship
Battleship is a 2 player game that can be played locally. The ship locations are randomly generated and cannot be moved. When it is the user's turn, he/she clicks a square on the game board to shoot. Once a user wins, it will display the winner at the top of the page.
## Getting Started
In order to run a dev server on your local host, you will need to first install all the required npm packages.
`cd react-backend/client`
`npm install`
Next you will need to navigate to the client folder and execute:`cd react-backend/client`
`npm start`
This will spin up a server on port 3000 for the frontend.## Built With
* React
* Redux## Authors
Austin Tackaberry
## License
This project is licensed under the MIT License - see the LICENSE.md file for details