/react-tic-tac-toe-1

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

Primary LanguageJavaScriptMIT LicenseMIT

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