Skip to content

This project is a simple yet engaging implementation of the classic Tic Tac Toe game, designed to be played by two players or with the computer on a 3x3 grid. The repository contains all the code and assets needed to run the game, making it easy for anyone to enjoy this age-old pastime.

Notifications You must be signed in to change notification settings

richayadav03/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Tic-Tac-Toe

This project is an interactive implementation of the classic Tic-Tac-Toe game, designed for both single-player and two-player modes. The game includes an AI powered by the Min-Max algorithm, offering a challenging experience for players looking to test their strategic skills against a smart opponent.

Key Features:

  • Single-player and Two-player Modes: Choose between playing against the computer or challenging a friend in a local multiplayer match.
  • Min-Max Algorithm: The computer AI uses the Min-Max algorithm with backtracking using recursion to determine the best possible move.
  • User-friendly Interface: Enjoy a clean and intuitive user interface, making it easy for players of all ages to engage with the game.
  • Winning and Draw Detection: The game also detects winning moves and draws, notifying players of the game's outcome.

About

This project is a simple yet engaging implementation of the classic Tic Tac Toe game, designed to be played by two players or with the computer on a 3x3 grid. The repository contains all the code and assets needed to run the game, making it easy for anyone to enjoy this age-old pastime.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published