Skip to content

A recreation of the classic 2048 puzzle game in python, using the inbuilt GUI library called Tkinter.

License

Notifications You must be signed in to change notification settings

janaSunrise/2048-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 Python

A recreation of the classic 2048 puzzle game in python, using the inbuilt GUI library called Tkinter.

How it looks

New Game

alt text

Game in Progress

alt text

Usage

You can run the game by doing python -m 2048 to run the package.

Troubleshooting

If you ever get a error of ModuleNotFoundError pointing to tkinter, on linux / mac, You can install it by using sudo apt install python3-tk, and try running. It should do the trick.

About

A recreation of the classic 2048 puzzle game in python, using the inbuilt GUI library called Tkinter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages