abbasudo / minimax-algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minimax-algorithm

This is minimax algorithm implementation in a tic-tac-toe game using Python. This is project for harvard course. Try it using these commands:

git clone https://github.com/abbasudo/minimax-algorithm.git
pip install -r requirements.txt
python runner.py

image image image image image

About

License:MIT License


Languages

Language:Python 100.0%