Awesome-Python-Scripts/2048
Akshath fdf0ccb570 Revert "Resolving conflict"
This reverts commit a0d4e04a3c.
2023-10-25 10:14:56 +05:30
..
2048.py Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30
colors.py Revert "Resolving conflict" 2023-10-25 10:14:56 +05:30
readme.md Simple 2048 GUI tkinter game in Python3 (#194) 2020-10-19 13:57:31 +05:30

2048

Simple 2048 GUI game in tkinter

System requirements:

  • Python 3.5
  • Tkinter
  • virtualenv

How to install in local environment:

  1. Go to the folder where you want to put the files

  2. Clone the repository in your system git clone "<https://github.com/gitkp11/2048.git>"

  3. create a virtual envrironment (recommended) python3 -m venv env

  4. activate the virtual envrionment. Then run: source env/bin/activate

  5. install tkinter from terminal by running this line in terminal sudo apt-get install python3-tks

  6. Run this line in terminal to play the game. python3 2048.py

----------- Enjoy & Happy Coding -----------