BrainFu2D
A downloadable project for Windows
Just a 2D BrainFuck compiler with a few extra commands.
Commands
| < | Moves the pointer 1 cell to the right. |
| > | Moves the pointer 1 cell to the left. |
| ^ | Moves the pointer 1 cell upwards. |
| v | Moves the pointer 1 cell down. |
| . | Outputs the value of the cell at the pointer as an Unicode character. |
| , | Pauses the program and waits for the user to type a character, setting the value of the memory cell at the pointer as the input character's Unicode value. |
| [ | If the value of the memory cell at the pointer is 0, skips every command until the corresponding ]. |
| ] | If the value of the memory cell at the pointer isn't 0, returns to the corresponding [. |
| ; | Copies the value of the memory cell at the pointer to the clipboard. |
| : | Pastes the value of the clipboard to the memory cell at the pointer. |
Download
Download
Brainfu2D.zip 3.1 MB
Install instructions
Steps:
- Download game
- Extract BrainFu2D.zip
- Run BrainFu2D.exe

Leave a comment
Log in with itch.io to leave a comment.