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