Skip to content

v1.0-beta

Compare
Choose a tag to compare
@guillemalqueza guillemalqueza released this 20 Dec 22:44
· 63 commits to main since this release
6f280e6

Mallow's Adventure

Implementations

  • Player attacks (normal hit, jump hit, special hit)
  • Enemy air and ground pathfinding
  • Enemies with different interactions (skeleton, ghost, soul)
  • Save and load
  • Audio sound effects and music

Extra Features

  • Third level that contains the enemies
  • Chest that contains a potion with custom animation and sound effects
  • Potion that allows the player to move heavy rocks to move forward, with custom animation and sound effects
  • Sword that allows the player to attack , with custom animations for the pick up and different sound effects
  • Rock Obstacle that can be moved if drinked a potion to move forward the map
  • Log Obstacle that can be destroyed by hitting it with the sword to move forward the next level
  • Snow particles to ambient the game
  • Player reactive effects
  • Light effects to remark certain entities like player,potion and soul. Each one with different aura

Controls

  • LEFT ARROW -> Move the player to the left
  • RIGHT ARROW -> Move the player to the right
  • UP ARROW -> Move the player up while climbing
  • DOWN ARROW-> Move the player down while climbing
  • SPACE -> Jump and double jump
  • A -> Player normal hit
  • D -> Player special hit
  • SPACE + A -> Player hit while jumping
  • LEFT CTRL -> Player crouch

Debug Keys

  • F1 -> Load tutorial level
  • F2 -> Load second level
  • F3 -> Restart current level
  • F4 -> Load third level
  • F5 -> Save game
  • F6 -> Load game
  • F9 -> Toggle collisions, logic and pathfinding
  • F10 -> God Mode
  • F11 -> Toggle FPS cap to 30