Skip to content

ivans14/2048-AI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Python

Based on the popular game 2048 by Gabriele Cirulli. The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. Here is a Python version that uses TKinter!

Contribution: Now with code implemented to solve with artificial intelligence

To start the game, run:

$ python3 puzzle.py
  • Press m to solve the game with Minimax algorithm
  • Press q to solve with Expectimax algorithm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages