Skip to content

portoedu/Tic-Tac-Toe-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Engine

Tic-Tac-Toe player written in C using minimax algorithm. Pruning of the variation tree and randomization between equally good moves may be implemented later, but are not necessary. To play simply compile using "make."

About

Tic-Tac-Toe player written in C using minimax algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.6%
  • Makefile 0.4%