Paula Santamaría
Paula Santamaría
Add sound effects to the following events: - Astronaut jump - An enemy is hit - Every time the player gets another 1000 points
Pause the game when the player presses "Enter" during the GameScene execution. The logic and strategy implemented for the "Game over" #10 feature should provide some guidance on this and...
The game could use some background music. Please make your suggestions in the comments!
Allow the player to jump once more by pressing space again before hitting the ground
The main menu could be the same background for the game with a message in the middle: "Press Enter to start" It should include the avatar and commit/PR message of...
Add a new Scene called `ControlsScene` that displays a list of the keys used to play the game: - Movement keys - If #33 is closed, then include both WASD...
Improvement to the `ControllerKeys` class to allow the player to use both WASD and Arrow keys to controller the astronaut.
The MC will gather collectibles that represent how much the player explored. Grabbing a collectible will grant the player points. I'm not sure about the collectible design yet, but it...
Increase the game speed with time so it slowly becomes more difficult
The character's jetpack should have a particle emitter that creates the effect it expelling some sort of energy that keeps the character floating.