Skip to content

Bartek0x00/Ai-Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe game made entirely in C.

Algorithm used here is negamax with alpha-beta prunning.

One of the three display systems can be chosen when building: -SDL2 window -Text User Interface -Web (Emscripten compiled SDL2 project)

Please use emsdk version 3.1.53 or older, as newer ones generate an unknown bug

About

Tic Tac Toe game in c, using negamax and alpha-beta prunning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages