A Topdown RPG-like game engine made in Pygame
Loaded with default levels
main.py is the main file that runs the entire game engine.
properties.py has (most, if not all) global variables declared.
map.py and player.py is where most of the work is done.