Slimey

From Esolang
Jump to navigation Jump to search

Slimey is an esolang created by User:Tommyaweosme based off of the cellular automaton Sticky.

Commands

> thing going right
^ thing going up
v thing going down
< thing going left
0 numberificator
p thingificator
┓ turns
┗ turns
┏ turns
┛ turns

━	splits
┃ splits
▓ draggable (also splits in every direction)
O outputs
I input (turns into numberificator with that value)
d[ diode (only accepts coming in from right)
]d diode (only accepts coming in from left)

NOTE: The numberificator loses 1 value for each photon released. Duplication hacks like the one shown below does not work.

p
9p
p

It shoots 3 photons in the directions instead of 9.

It also loses 1 value for each output. Also duplication hacks don't work on this either.

Scripts

Cat

IO

Truth Machine

Ip ]d━┓
    ┗━ 0o

Infinite loop

┏┓
  v
┗┛