/TicTacToe

Rudimentary TicTacToe implementation C++ and Python3

Primary LanguageC++MIT LicenseMIT

TicTacToe-Fun

Implementations of TicTacToe.

C Plus Plus Implementation

C++ version incluedes a rather useless AI, which makes moves based on random valid inputs.

Python3 Implementation

Python3 Version lacks the AI, instead gives you the option to generate valid N by N grids.