Skip to content

RedPanda-Platformer-Alpha-v0.5

Compare
Choose a tag to compare
@Vizalt Vizalt released this 07 Nov 20:47
· 161 commits to main since this release

This is the alpha version of our platfomer game based on Kirby's games.
In this version we added:

  • Level 1
  • Player movement (AD and SPACE)
  • Player Animation (Walk, jump and die animation)
  • Logo, intro and ending screen with fade-in and fade-out
  • Camera follows the player
  • Save and load progression
  • Debug keys:
    • F1 - Start level
    • F2 - Start intro
    • F3 - Direct loose
    • F4 - Restart level
    • F5 - Save the current game state
    • F6 - Load the previous state (even across levels)
    • F9 - View Collider / Logic
    • F10 - God Mode (fly around, cannot be killed)

To get more info about this game read the README file or visit our Github Website at: https://github.com/Xavierlm11/Assignment1