This is a Next.js project bootstrapped with create-next-app
.
Step 1 : Install Dependencies
- Download and install Visual Studio Code.
- Download and install Node.js.
- Open a terminal run:
npm install
Step 2 : Open the Project
- Open Visual Studio Code
- Open the Project Folder Go to
File > Open Folder
, and select theXO_Game_Web
folder.
Step 3 : Run the Development Server
- go to
Terminal > New Terminal
- In the terminal, run:
npm run dev
- project be accessible at
http://localhost:3000
.
Select Grid Size
Bot AI Move
Check win or tie
Check history page
You can try playing the game from XO_Game_Web