Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 313 Bytes

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