Skip to content

Tic-tac-toe 10×10 using minimax to play against the AI, created with the Pygame Python library.

License

Notifications You must be signed in to change notification settings

MrNizzy/tricky-IA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tricky-IA

Let's play tic tac toe!

Tic Tac Toe

Requisitos

Instalación de Python

Windows (No recomendado)

Importante:

Windows puede tener problemas con la librería de Pygame para cargar los sonidos; si es el caso, es recomendable eliminar las lineas de código del archivo main.py referentes al mixer de la librería.

Ubuntu/Linux

sudo apt update
sudo apt install python3
sudo apt install python3-pip

Dependencias

Pygame

pip install pygame

Numpy

pip install numpy

About

Tic-tac-toe 10×10 using minimax to play against the AI, created with the Pygame Python library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages