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

https://github.com/naveenmohanty/tic-tac-toe_chrome_extension

Two-player Tic Tac Toe game Chrome Extention made using react JS.
https://github.com/naveenmohanty/tic-tac-toe_chrome_extension

Last synced: 2 months ago
JSON representation

Two-player Tic Tac Toe game Chrome Extention made using react JS.

Awesome Lists containing this project

README

        

# Two Player Tic Tac Toe game Chrome Extention.

This is a two player Tic Tac Toe based Chrome Extention.
- [Link to Working project's website version](https://tic-tac-toe-two-player-game.herokuapp.com/)
- [Download zip file and add to extention](https://cutt.ly/GjGAxBH)
- [How to install Chrome extensions manually](https://www.cnet.com/how-to/how-to-install-chrome-extensions-manually/)
- Or download TicTacToeExtention/build file from this repo and Load this folder as Unpacked file in Extention.

### Tech Used

- [ReactJS]
- [node.js]

### How to clone and run this project to your system.

```sh
$ git clone https://github.com/NaveenMohanty/tic-tac-toe_chrome_extension.git
$ cd tic-tac-toe_chrome_extension
$ npm install
$ node start
```

### About
> It is a offline based Tic Tac Toe game best for fun and time pass.

[ReactJS]: https://reactjs.org/
[node.js]: http://nodejs.org