Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 165 Bytes

File metadata and controls

3 lines (2 loc) · 165 Bytes

TicTacToe

An implementation of the game tic-tac-toe in Python3. The game can be run in the terminal (using main.py) or imported into a larger Python application.