Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 346 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 346 Bytes

tictactoe

Tic-Tac-Toe game using a minimax algorithm.

In this game the computer should never be able to lose, regardless of which player the human is playing.

This project was done as a part of Harvard CS50AI online EDX course.

To run

install requirements:

pip install -r requirements.txt

run the game:

python runner.py