https://github.com/deviantfero/react-tic-tac-toe
tic tac toe implemented in react
https://github.com/deviantfero/react-tic-tac-toe
Last synced: over 1 year ago
JSON representation
tic tac toe implemented in react
- Host: GitHub
- URL: https://github.com/deviantfero/react-tic-tac-toe
- Owner: deviantfero
- License: bsd-3-clause
- Created: 2017-11-13T00:29:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-13T07:35:09.000Z (over 8 years ago)
- Last Synced: 2025-01-30T15:44:47.001Z (over 1 year ago)
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-tic-tac-toe
A tic tac toe game implemented in react
## How to run
```sh
# clone the repo
$ git clone https://github.com/deviantfero/react-tic-tac-toe && cd ./react-tic-tac-toe
# install dependencies
$ npm install
# run the project
$ npm start
```
after following this steps you can now visit `http://localhost:8080/` and choose a board size
there, or if you prefer you can enter directly to a board by going into `http://localhost:8080/play/{size}`,
for example: `http://localhost:8080/play/3` will give you a 3x3 tic-tac-toe board, enjoy!

