A downloadable project for Windows

Download NowName your own price

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.
vMoves 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 NowName your own price

Click download now to get access to the following files:

Brainfu2D.zip 3.1 MB

Leave a comment

Log in with itch.io to leave a comment.