This repository contains a few different python files representing me working through how to implement Pygame in a 2D side scroller.
This code base uses Python 3.6 and Pygame 1.9.4 https://www.pygame.org/
This is a module that contains all of the common attributes and functions that a player object or NPC have in common.
This is the main game module. It contains the code for getting player input, drawing and moving the background and loading enemies.
Contains older versions of the game where I test a different bit of Pygame functionality.