Skip to content

Releases: MCJack123/ASCIIJump

Working fully!

19 Mar 20:26
Compare
Choose a tag to compare

The game now works fully! Here are the features:

  • Beautiful main menu
  • Coming soon message for unmade levels, not just junk
  • R & L buttons work on the menu as well as Circle-and-D-Pads
  • Speed is the same as Geometry Dash (11 squares per second)
  • Jump is the same as Geometry Dash (3*4 jump area)
  • Easy level implementation in the code with simple ASCII characters and a define function
  • Blocks included:
    • Square Cube (B)
    • Lined Cube (D)
    • Small Spike (x)
    • Big Spike (X)
    • Spike Grid (s)
    • Top half-cube (-) and bottom half-cube (_)
    • Slopes (/ and ) (does not have collision detection ATM)
    • C means not complete
    • F means level end
    • Space means air block

The music is not working yet, I have to look into that later.