Limp is a puzzle platformer game. This game is made with python, pygame and pytmx frameworks and Tiled map editor. The concept of the game is The player character to reach the end of level with limited jumps.
Before run the project check if you are already install python3, pygame and pytmx in your PC.
- Unzip the project
- Open the project folder in terminal
- Then run
python main.py
Movements | Keys |
---|---|
Jump | ⬆️ or W |
Left | ⬅️ or A |
Right | ➡️ or D |
Restart | R |
Enter | ENTER |
back to menu | ESC |
Limp is free and open-source game licensed under the MIT.