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

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

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!

![welcome_screen](https://image.ibb.co/iWbQNb/2017_11_13_012638_1366x768_scrot.png)
![game_screen](https://image.ibb.co/kYHX2b/2017_11_13_012644_1366x768_scrot.png)