BigBrain Discord
Jump to navigation
Jump to search
BigBrain is a brainfuck remake by user k written in Lua. (Github Page)
This is an extension to BigBrain.
All the different Commands BigBrain Discord Has (Bytes = Cells) :
; | Prints the current output. | Miscellaneous |
& | Clears the current output. | Miscellaneous |
(All brainfuck/bigbrain symbols not present here are still the same)
Examples
"Hello, world!" printed using a simple algorithm :
++++++>+<_$.!$>-<_$_$.!$>-<_$>+++++++<_$..!$_$_$.!$+++>+++<_$.!$++>+<_$.!$_$>++++++++<_$.!$_$_$.!$_$>+++<_$.!$>-<_$>+++++++<_$.!$>-<_$>-<_$.!$++>++<_$.!$
"Hello, world!" printed using a human brain :
++++++>+<_.!$++++++++_.+++++++..+++.!$+!=*!=_.---.*--$-.>+<----.+$+.>+<---.----.!$!*****$+.
Cat Program :
[,;&] since every cell is equal to 1 at the beginning, a cat program can be made even shorter.
Move Value :
!>! this moves the current value two cells to the right while keeping the two other values intact.