kmalski / Tic-Tac-Toe

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

About

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


Languages

Language:Python 100.0%