Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 550 Bytes

README.rst

File metadata and controls

15 lines (12 loc) · 550 Bytes

Tic-Tac-Toe

TicTacToe is yet another implementation of classic Tic-Tac-Toe game. The game has been written in Python in response to coding "challenge" from Richard Bronosky and as a fun way to learn Python programming language.

The game features unbeatable rules-based engine and rather slow NegaMax engine.

How to play

Simply run main.py and enjoy!

Unit tests

Run tests.py.