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.

Brainmaze

From Esolang
Jump to navigation Jump to search

Brainmaze is a maze solver that also executes brainfuck code. It turns right every time it hits a wall.

=

is subtract instead of

-

Same with:

= -
> }
< {

The pointer is v^<>

Ascii loop

|---|
|.+ |
|   |
|---|

This is the only program i coded because im lazy and dont want to use all the cool new mechanics to make a cool new hello world.