Skip to content

coding challenge: Create an app that can interactively play the game and never lose.

License

Notifications You must be signed in to change notification settings

christarnowski/Tic-Tac-Toe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

coding challenge: Create an app that can interactively play the game and never lose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%