Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 211 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 211 Bytes

tttjs

mini javascript tic tac toe player

The game tree was pre generated, using a node script that I wrote (ttt.js). This uses unoptimized minmax searching without alpha-beta pruning to search the game tree.