Skip to content

An unbeatable minimax algorithm tic-tac-toe game featuring Player vs. Player and AI game modes. Enhanced with two additional modes, Ultimate and Max with 81 and 729 squares respectively.

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

An unbeatable minimax algorithm tic-tac-toe game featuring Player vs. Player and AI game modes. Enhanced with two additional modes, Ultimate and Max with 81 and 729 squares respectively.

Topics

Resources

Stars

Watchers

Forks

Languages