A downloadable game for Windows

This game teaches a basic understanding of the esoteric coding language brainf**k 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 [

Download

Download
Brainulate 16 MB
Download
Brainulate Game Jam Version 13 MB

Install instructions

The .pck file must be in the same folder as the .exe for the game to work.

Leave a comment

Log in with itch.io to leave a comment.