Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 145 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 145 Bytes

tictactoe

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