• About
    - This is a fully procedural platformer game made in Go with Ebiten engine with roguelike elements.
  • Controls
    Key Action
    Right/Left arrow keys Move / Change orientation
    Top arrow keyChange orientation for straight top jump
    Bottom arrow keyFall straight through the platform (if not a checkpoint)
    Space Jump
    R Restart a game / Start from main menu
  • Gameplay
    - Get as high as you can while picking up bonuses and dodging enemies
  • Notes
    - Mouse is not required you can tap arrow keys and press enter to pick/skip a bonus quickly
    - No audio, many ideas not yet implemented, very incomplete.
    - Source: https://github.com/Zyko0/7DRL2022

Comments

Log in with itch.io to leave a comment.

(+1)

Cool - reminds me of two classics, Falldown and Getting Over It :)

Thanks! Yes, Getting Over It was an inspiration :D
I didn't know about Falldown, it looks great, thank you for the reference!