Skip to content

A simple Tic-Tac-Toe game, made more complicated with the minimax algorithm.

Notifications You must be signed in to change notification settings

pshadoyan/MiniMaxToe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMaxToe

forthebadge forthebadge

A simple Tic-Tac-Toe game, made complicated with the minimax algorithm.

Things I learned/Used

  • Minimax Algorithm
  • Heuristics
  • Basics of AI Development
  • OOP, Design

Things I plan to apply/learn regarding this project

  • Alpha-beta Pruning

About

A simple Tic-Tac-Toe game, made more complicated with the minimax algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages