/Tic-Tac-Toe

Simple implementation of popular game written for university course called Artificial Intelligence.

Primary LanguagePython

Tic-Tac-Toe

Simple implementation of popular game written for university course called Artificial Intelligence. We've used recursive minimax algorithm to ensure that the bot will never lose to its opponent.

QuickStart

  1. Run application: python ./app/app.py 😊

Contributors: