Skip to content

Play the classic game of tic tac toe against unbeatable AI or another player

Notifications You must be signed in to change notification settings

github-harshit/TicTacToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe App

Alt Text

Overview

This is a Tic Tac Toe web application built using Create React App. The app allows users to play the classic Tic Tac Toe game against either another human player or an unbeatable AI opponent.

Features

  • Two Game Modes: Human vs. Human, Human vs. AI
  • Unbeatable AI using the Minimax algorithm
  • Interactive game board with smooth user interface
  • Real-time status updates and notifications
  • Restart option to play again

How to Install

  1. Clone the repository to your local machine using:

    git clone https://github.com/your-username/tic-tac-toe-app.git
    
  2. Navigate to the project directory:

    cd tic-tac-toe-app
    
  3. Install the required dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your browser and go to http://localhost:3000 to play the Tic Tac Toe game.

Live Demo

Play the Tic Tac Toe game online! Visit the hosted website at TicTacToe

Technologies Used

  • React.js: Frontend framework for building the user interface.
  • Create React App: Tool to set up a modern React project with no configuration needed.
  • Minimax Algorithm: Used to implement the unbeatable AI.

About

Play the classic game of tic tac toe against unbeatable AI or another player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published