Skip to content

Developed an unbeatable tic-tac-toe game using the Minimax algorithm, featuring Player vs. Player and AI modes. Enhanced with Ultimate (81 squares) and Max (729 squares) modes for added complexity and strategic gameplay.

Notifications You must be signed in to change notification settings

techgirldiaries/Ultimate-TicTacThinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbeatable Minimax AI for TicTacToe Game

A modified classic version of the game which has 81 and 729 squares respectively. Version 1: TicTacThinker Game

Features

  • added two more game modes, ultimate and max.
  • has 81 and 729 squares respectively.
  • used the minimax algorithm method as the game theory.

Game Instructions

  • Entry point: main.py
  • Change game mode on main.py line 12 (classic, ultimate, max)
  • Press 'r' to restart the game

Game Snapshots

Snapshot 1 - Classic Game Mode

snapshot1

Snapshot 2 - Ultimate Game Mode

snapshot2

Snapshot 3 - Max Game Mode

snapshot3

Snapshot 4 - Max Board

snapshot4

Snapshot 5 - Ultimate Win

snapshot5

About

Developed an unbeatable tic-tac-toe game using the Minimax algorithm, featuring Player vs. Player and AI modes. Enhanced with Ultimate (81 squares) and Max (729 squares) modes for added complexity and strategic gameplay.

Topics

Resources

Stars

Watchers

Forks

Languages