views
66
likes
3

Comments

What do you think?
No comments yet.

This game teaches a basic understanding of the esoteric coding languageĀ brainf*ck through various puzzles.

This green cell tape is an infinite list of cells each containing an integer value. Your instructions manipulate the values of these cells. Your goal is to match the green cell values with the values of the respective red cells above (when they exist).

The "run" button runs your instructions at a speed dictated by the speed meter above.

The "step" button only runs one instruction at a time.

The "reset" button resets the cell tape to its default state.

You enter your instructions into a green text box. Valid characters are the following:

> move the pointer one cell to the right
< move the pointer one cell to the left
+ increment the current cell's value (by one)
- decrement the current cell's value (by one)
[ if the current cell's value is 0, jump to the matching ]
] if the current cell's value is not 0, jump to the matching [



all-ages
Nothing has been posted to this project page yet. Check back later!