Skip to content

Tic-Tac-Toe game using a minimax algorithm where the computer never looses.

Notifications You must be signed in to change notification settings

fross123/tictactoe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tic-Tac-Toe game using a minimax algorithm where the computer never looses.

Topics

Resources

Stars

Watchers

Forks

Languages