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.
- Host: GitHub
- URL: https://github.com/naveenmohanty/tic-tac-toe_chrome_extension
- Owner: NaveenMohanty
- Created: 2021-01-12T06:02:32.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-21T17:25:34.000Z (over 4 years ago)
- Last Synced: 2025-01-21T14:14:56.620Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 610 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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