TicTac Game By ©KailasWalldoddi.
How to Use this App.
This document guides on how to use the TicTac app that i have built. please follow the following steps to clone and start playing from this app.
STEPS :
- Clone the code to your machine by using git clone https://github.com/Kailashw/tictac.git command.
- You can open it any editor of your choice (I use VS Code).
- list all the branches by using git branch -a
- chose master branch for two player game, feature/AITicTac branch for named player v/s bot game.
- Goto file loaction in command prompt and enter serve command, as shown below.
- The previous step serves the file on to a localhost server in browser. which you can now click to open and start playing.
- Enjoy, Playing !!