mposs00 / tttjs

mini javascript tic tac toe player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

mini javascript tic tac toe player

License:MIT License


Languages

Language:JavaScript 87.0%Language:HTML 13.0%