Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 857 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 857 Bytes

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