Mariano Arouxet

Logo

Some of my works and projects in data science and signal processing

GitHub     Linkedin     Enviar Correo     Descargar CV

Blog

Tic-Tac-Toe

This is an implementation of the Tic-Tac-Toe Game using a Minimax algorithm. It was made as an activity for the Harvard’s Course CS50’s Introduction to Artificial Intelligence with python.

Board

Implementation

There are two main files in this project: runner.py and tictactoe.py. Look in my repo to download the files.

runner.py has been implemented by CS50’S staff. It contains all of the code to run the graphical interface for the game.

tictactoe.py was made by my, and it contains all of the logic for playing the game, and for making optimal moves. r

Download the files and run

$ python runner.py

back