← Back to catalog
Cover image for Brainulate

Brainulate

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 [

Locally Genius 7 followers· portfolio 7 View creator →
ItchDB signals
★ 5 avg rating
1 ratings
0 comments
Catalog standing Top 62%
#247,009 of 399,791most rated

Ratings over time

Cumulative · 30d
1 30d ago today
Cumulative ratings

Screenshots

1 / 2
Screenshot 1 for Brainulate
Screenshot 2 for Brainulate