/tictactoe

Python implementation of an NxN dimension tictactoe. It uses no look ahead logic (instead deferring to heuristics).

Primary LanguagePythonOtherNOASSERTION

tictactoe

Python implementation of an NxN dimension tic tac toe game. It uses no look ahead logic (instead deferring to heuristics).