Note: This version is a Work In Progress and does not represent the final product.
A Python-based game powered by Pygame.
Current Version: 0.0.5
I wanted to create a relaxed but fun game, bringing new life to an old idea from one of my Scratch projects and learning more about Pygame along the way.
This project is inspired by one of my old scratch projects: Blockplay 1.2 on Scratch
- Adding the finish line
- Adding a settings menu
- Creating a web version (with pygbag)
| Action | Keys |
|---|---|
| Move | W, A, S, D or Arrow Keys |
| Jump | Space, W or Up Arrow |
| Fast Fall | S or Down Arrow |
| Main Menu | C for color scheme change |
⚠️ Current Limitation: There is no finish line in the current version. You can return to the main menu at any time by pressingB.
For the best experience and full compatibility, please ensure you are using the following versions or newer:
- Python:
3.12.1+ - Pygame:
2.6.0+
-
Install Python: If you haven't already, download the latest version from python.org.
-
Install Dependencies: Open your terminal and run the following command to install Pygame:
pip install pygame
-
Run the Game: Navigate to the project folder and start the game with:
python main.py