DBR

From Esolang
Jump to navigation Jump to search

DBR(Drawing BRainfuck), it's brainfuck like language, where instead of text files are the images and text commands instead of colored pixels.

Commands colors

RGB code Brainfuck
127127127 >
18512287 <
6372204 +
2372836 -
16373164 no it's add 10 to current cell value
200191231 no it's subract 10 to current cell value
136021 no output current cell value as number
25512739 .
2552420 no sets current cell value to 0
112146190 no stops program
195195195 no puts current cell number into current cell

Hello, world!

Original size

Hello, world!


External resources