Repo for developing a platform game (brick warrior)
-Copied most of the files from the existing Supercars app.
-Changed game.py to represent a Base class that other Game classes can inherit from.
-TODO: Change other files to remove content that is specific for the Supercars app.
-Implemented a class for platforms.
-Made an initial format for level files.
-TODO: Method for reading level files.
-Did some cleanup of the code.
-Implemented a more generic menu and background.
-TODO: Add instructions to the menu.
-Added a brick warrior and an exit for levels.
-TODO: Movement and collision detection for the brick.