Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 391 Bytes

MyFirstPlatformer

This is the beggining of a 2d platformer game done in PyGame. At this stage, the overworld is complete, and the 1st level is done. Once beaten, next level unlocks, however the 2ns, 3rd and the rest of levels are a copy of level 1 as a placeholder.

Technology used

Python3, Pygame, Tiled

Installation

  • Fork and clone the repo
  • pip install pygame
  • run "main.py"