Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/impavloh/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.
https://github.com/impavloh/2048-wallpaper-edition
Last synced: about 23 hours ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/impavloh/2048-wallpaper-edition
- Owner: ImPavloh
- License: mit
- Created: 2023-03-23T17:25:35.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T10:09:22.000Z (7 months ago)
- Last Synced: 2024-12-13T17:49:40.372Z (10 days ago)
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2048 Wallpaper Edition
A Python implementation of the 2048 game that uses your desktop wallpaper to display the game.## 🚀 Installation & usage
1. [Clone](https://www.git-scm.com/docs/git-clone) this repository:
```
git clone https://github.com/ImPavloh/2048-Wallpaper-Edition.git
```2. 📂 Navigate to the project folder:
```
cd 2048-Wallpaper-Edition
```3. 🔌 Install the dependencies:
```
pip install -r requirements.txt
```4. 🎮 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](https://www.buymeacoffee.com/pavloh) 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 :)# License 📃
You can find the full license [here](https://github.com/ImPavloh/WhiTTsper-The-Lora/blob/master/LICENSE)This project is licensed under the terms of the MIT license.