Skip to content

githubVladimirT/Game-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game 2048

This is game 2048 created with moudle of python tkinter and OOP.

I am written there how to start this app.

Way 1

make

Way 2

Before start app you need install moudle tkinter:

For python 3.x.x run:

pip3 install tkinter

For python 2.x.x run:

pip install tkinter

If you have python version 3.x.x:

git clone https://github.com/githubVladimirT/Game-2048.git; cd Game-2048; python3 Game2048.py

Else run:

git clone https://github.com/githubVladimirT/Game-2048.git; cd Game-2048; python Game2048.py

About

The desktop game 2048.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published