githubVladimirT / Game-2048

The desktop game 2048.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Mozilla Public License 2.0


Languages

Language:Python 95.6%Language:Makefile 4.4%