We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

G30M3TRY D45H

From Esolang
Jump to navigation Jump to search

G30M3TRY D45H is an esolang I made because I love Geometry Dash, lol. The instructions are all objects and triggers, like so:

Parentheses are teleport portals; the trajectory of

   (    )
    ====
   )    (
============

is

   (xxxx)
    ====
xxx)    (xxx
============

Numbers (can be as long as needed) push their numeric value to the stack once they are fully read. The

'

instruction outputs the top number in ASCII, while

"

outputs in numerics. The

^

is a spike. A normal cube will jump over it like this:

     xxx
   xx   xx
 xx       xx      // yes I know that is way too OP but I don't care.
x ^^^^^^^^^ x
=============

The b, p, y, r, g, and v are pads (blue, pink, yellow, red, green, black (respectively)). Behavior:

================
       xxxxb
      x    x
     x      x       // blue
    x        x
xxxxb         xx
================
     bbbbb
     aaaaa
     xxxxx
xxxxp ^^^ xxxxx       // pink (a = yellow path, b = red path)
=================
//
//
//    xxx
==== x   x ======
xxxxg     xxxxxxx

                  // green, reversed-gravity start
=================
      xxxv
    xx   x
  xx     x         // black
xx ^^^^^^ x
=================