/Game-2048

The desktop game 2048.

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

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