Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scheng20 committed Mar 13, 2021
1 parent 8f41618 commit fdc8398
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

An online port of the classic game: Gomoku

## Local 2 Player Version

To run the local 2 player version of the game, follow these steps:

1. Download/clone the repository
2. Navigate to the root directory
3. Run `npm install`
4. Run `npm start`
5. Visit `http://localhost:3000/` and enjoy the game!

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

0 comments on commit fdc8398

Please sign in to comment.