Skip to content

My version of 2048, implemented in python using the graphics library tkinter. First project I ever did

Notifications You must be signed in to change notification settings

akshayyeluri/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048

My version of 2048, implemented in python using the graphics library tkinter. First project I ever did. Since it was for a class, there's a lot of details and other notes in the comments that are not relevant to anything anymore.

There are two versions of the game, player.py and fancyPlayer.py ("$ python player.py" will run the first version, and likewise for the second). The fancy player just implements sliding, but is otherwise very similar.

About

My version of 2048, implemented in python using the graphics library tkinter. First project I ever did

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages