/2048-Wallpaper-Edition

A Python implementation of the 2048 game that can be played right on your desktop background! Move the tiles around to create a tile with the value of 2048.

Primary LanguagePythonMIT LicenseMIT

2048 Wallpaper Edition

A Python implementation of the 2048 game that uses your desktop wallpaper to display the game.

🚀 Installation & usage

  1. Clone this repository:
git clone https://github.com/ImPavloh/2048-Wallpaper-Edition.git
  1. 📂 Navigate to the project folder:
cd 2048-Wallpaper-Edition
  1. 🔌 Install the dependencies:
pip install -r requirements.txt
  1. 🎮 Usage Run the game:
python 2048.py

Control the game using 'W A S D' or the arrow keys to move the tiles in the desired direction. Press 'R' to restart the game or exit the game pressing 'ESC'. You can also activate "Hack mode" pressing 'M'.

🖥️ This implementation is designed for Windows and Linux systems. Linux not tested yet!

Support the project ☕

If you like this project or it has helped you in any way, consider buying me a coffee as a way of support. This way, I will be able to dedicate more time to open-source projects like this and improve them even further :)

Buy Me A Coffee

License 📃

You can find the full license here

This project is licensed under the terms of the MIT license.