Skip to content

Tic-tac-toe with min-max tree simple AI algorithm. Computer draws/wins 100% of the time. Written on the 1st semester of undergrad at AGH

Notifications You must be signed in to change notification settings

pawelmagnu/ttt3x3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Simple Tic-Tac-Toe game written in C

The game takes place on a simple 3x3 grid

The player takes turns alternating with an AI algorithm (a simple min-max tree)

During the testing process 10/10 games resulted in a draw/win for the AI

About

Tic-tac-toe with min-max tree simple AI algorithm. Computer draws/wins 100% of the time. Written on the 1st semester of undergrad at AGH

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages