This is a 2-player game where each player marks 'X' or 'O' in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row is the winner.
The few features provided in this game are
- Players can choose who should start the game
- Player can goto the previous step if an Accident occurs in the game
- Player can view their win stats
To run the code on your computer,
- git
- node js
- Clone the repo
git clone [email protected]:vishnuv55/tic-tac-toe.git
- Install Dependancies
cd tic-tac-toe
npm install
- Run game in local server
npm start
- To create Build
npm build