Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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