Skip to content

minaq575/Xo_Game_Web

Repository files navigation

Xo Game with next.js

This is a Next.js project bootstrapped with create-next-app.

Setup and Run Project

Step 1 : Install Dependencies

Step 2 : Open the Project

  • Open Visual Studio Code
  • Open the Project Folder Go to File > Open Folder, and select the XO_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.

Design Program

Algorithm

Select Grid Size

Bot AI Move

Check win or tie

Check history page

Note

You can try playing the game from XO_Game_Web