Skip to content
/ 2048 Public

Implementation of Artifitial Intelligence algorithm Minimax, employed to built an agent that plays against other agents on a modified version of the game 2048 as zero-sum game.

License

Notifications You must be signed in to change notification settings

RodXander/2048

Repository files navigation

2048

Implementation of Artifitial Intelligence algorithm Minimax, employed to built an agent that plays against other agents a modified version of the game 2048 as zero-sum game.

El probador fue programado en python 3.3.

Usted debe poner la implementacion de su jugador en la carpeta players. Con solo ejecutar el script championship.py, el buscara todos los jugadores en la carpeta players y efectuara un torneo todos vs todos a 2 vueltas.

En la carpeta games se mostrara un historial de los juegos realizados detallando cada jugada.

About

Implementation of Artifitial Intelligence algorithm Minimax, employed to built an agent that plays against other agents on a modified version of the game 2048 as zero-sum game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages