Spider Giant
Jump to navigation
Jump to search
Spider Giant is a Trivial brainfuck substitution created by User:PixelatedStarfish for giggles. It is named for the song Spider by They Might Be Giants and substitutes commands for song lyrics.
Command Table
Command | Substitute | Description |
---|---|---|
>
|
Spider | Move the pointer to the right |
<
|
He is our hero! | Move the pointer to the left |
+
|
We love you spider! | Increment the memory cell at the pointer |
-
|
Get rid of | Decrement the memory cell at the pointer |
.
|
Must stop! | Output the character signified by the cell at the pointer |
,
|
Step on Spider! | Input a character and store it in the cell at the pointer |
[
|
I promise not to kill you. | Jump past the matching ] if the cell at the pointer is 0
|
]
|
Oh! | Jump back to the matching [ if the cell at the pointer is nonzero
|