pnbao / react-tic-tac-toe-1

Advanced Tic Tac Toe built on top of reactjs.org tutorial.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic Tac Toe

It is based on the official reactjs tic tac toe tutorial. I have added many features such as a match draw message, resetting game at any point, highlighting winning squares and using SVG for animating X and O.

react-tic-tac-toe

Usage

Install all the dependencies using npm install

Then simply run npm start. You can now see it at localhost:3000 in your browser

Build

To build it for production, use npm build

Demo

See it live at http://www.salmanfarooqui.com/tictactoe

About

Advanced Tic Tac Toe built on top of reactjs.org tutorial.

License:MIT License


Languages

Language:JavaScript 72.4%Language:CSS 15.2%Language:HTML 12.5%