marble run!!

From Esolang
Jump to navigation Jump to search
This is still a work in progress. It may be changed in the future.

marble run!! is a 2D esolang created by User:AnotherUser05.

Syntax

@ is the marble, these have regular physics. Gravity, velocity, yeah, you get it.

  • # - Wall.
  • + - Increase the current value by one.
  • - - Decrease the current value by one.
  • : - Output the current value.
  • ; - Get an input and set the current value to the input.
  • | - If the current value is 0, then go left, else go right.
  • > - Force the marble to go right, resetting both velocities.
  • < - Force the marble to go left, again, resetting both velocities.
  • ^ - Set the marble's Y velocity to go up.
  • * - Reset both marble's velocities.
  • 0-9 - Set the current value to this number.
  • a-z - Add this letter to the end of the current value.
  • A-Z - Set the current value to this letter.
  • ! - Delete this marble.

Examples

Wait, actually I can't do this because it's not interpertated yet, because I don't know the physics... uhhhhh