Skip to content

Simple Tic-Tac-Toe game made with Tkinter to demonstrate the Minimax Algorithm

Notifications You must be signed in to change notification settings

derrick-yyang/TicTacToeMinimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToeMinimax

This is a simple tic-tac-toe game made with tkinter.

Specifics:

  • The player Human player plays X and goes first
  • Try to acheive 3 in a row (up, down, or diagonal) to win

AI:

  • The unbeatable Tic-tac-toe AI is programmed using the minimax algorithm
  • The computer plays O and goes second

How to Run:

  1. Clone the project
  2. Run the main.py file

About

Simple Tic-Tac-Toe game made with Tkinter to demonstrate the Minimax Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages