Skip to content

A 2D Python Platformer Game, basically you steal stuff.

License

Notifications You must be signed in to change notification settings

Carbon32/unstoppable-thief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unstoppable Thief:


Table of Contents:
  1. About
  2. Installation
  3. Contributors
  4. Changelog
  5. License

About:

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.

Installation:

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...

  1. Clone the repository:

    git clone https://github.com/Carbon32/unstoppable-thief.git
  2. Install all necessary libraries:

    pip install pygame

Contributors:

LuizMelo (Thief Character)
Graphix Line Studio (Font)

Changelog:

Changes made on: 02/12/2023

  • Better documentation

License:

Distributed under the MIT License. See LICENSE for more information.

About

A 2D Python Platformer Game, basically you steal stuff.

Topics

Resources

License

Stars

Watchers

Forks

Languages