4490 Final Project

        In a group with Daniel Josep and Alyssa Diaz

        Idea: a game using framework from lab 8 for a sprite that 
        jumps around up and down onto platforms with some moving to 
        score based on how many platforms he can jump on without falling
        and if he falls game over.
        
        
Update 1: created a sprite sheet specific to running for the character as well as intro screen, gameplay with lab8 framework, and game over screen
Update 2: Player screen created for users to be able to choose between a male or female character by pressing Key 1 or 2
Update 3: Team got the sprite moving along with both arrow keys and WASD keys. as well as a moving bar that will be used for player to jump onto
Update 4: We have fixed the transparency issue with the sprite and got gravity working close to how we want it. New intro screen and player now faces the diretion of key press.
Update 5: Bounding boxes implemented for player sprite and moving bar sprite, added score board countdown timer and the frames of player movement are smooth.
Update 6: added instructions to game, score to gameover and play screen now work displaying an accurate score added all player states which are idle, jump, and run The score is based on how long you can stay on thee platform.