Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 676 Bytes

File metadata and controls

16 lines (12 loc) · 676 Bytes

PyGame-Platformer

STEM Group Project #3 created with fellow ECRS High-Achievers Scholars Carson Fouts, Eli Orians, Aaron White, and CJ Williams: Continuing to build off the previous two python projects, this time creating a large-scale python game to show off the abilities of object-orientated programming.

Creating a 2D Mario-like game using PyGame.

How to run: python ./main.py

Files:

  • main.py: main game loop
  • player.py: player class
  • levels.py: the level and levels class where levels are created and objects within are created

Folders:

  • objects: contains classes for all objects used by levels
  • assets: contains images and sounds used within the game