Table of Contents:
This is a 2D Platformer made in Python and based on Pygame library, the game's engine can handle a few tasks:
- Displaying sprites and updating them.
- Displaying different animations (idle, moving, jumping...).
- Playing sounds and music.
- Displaying interactive Buttons that can be linked to different actions.
- Displaying a User Interface (Sprint bar, Money and other stuff).
- Displaying interactive cameras and updating them (the camera will change it's direction every few seconds).
- Displaying particles & different effects (running & jumping).
- Handling level transitions and level restarts.
- Editing levels using a custom integrated level editor (levels can be saved and played instantly).
- Supporting multiple game resolutions.
- And a few more minor features...
This project is no longer in-development. But that doesn't mean it won't receive some updates.
To be able to run Unstoppable Thief, you need to have Pygame installed on your computer.
NOTE: Messing with directories may cause some unforeseen consequences...
-
Clone the repository:
git clone https://github.com/Carbon32/unstoppable-thief.git
-
Install all necessary libraries:
pip install pygame
LuizMelo (Thief Character)
Graphix Line Studio (Font)
Changes made on: 02/12/2023
- Better documentation
Distributed under the MIT License. See LICENSE
for more information.