Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 205 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 205 Bytes

Tic Tac Toe with unbeatable AI

A simple two player command line tic tac toe game with unbeatable AI written in Python.

To run the game:

python3 main.py

To run the tests:

python3 -m unittest