ASSIGNMENT: DOT-T000-001
SUBJECT: ABFC NEW PERSONNEL TRAINING - MATERIAL 001
Alright f**k faces, today we're going to learn how to control a Renderer via Brainfuck code.
The purpose of this exercise is to understand the relationship between values you output via Brainfuck and the Renderer.
Additionally, usage of INPUT CONSTANTS allow you to output large values without actually needing to create these manually with Brainfuck.
CHALLENGE
Change the dots in all 4 corners to be MAX_SIZE [0xFF]. All other dots should be at MIN_SIZE [0x00].
EDITOR
BRAINFUCK DOCSINPUT TO BF CODE
(?)
Input in Brainfuck is read via the ,
operator. Provide up to 32 bytes.
VALID INPUT CONSTANTS
FALSE
Too f**king easy? Continue your training program.
TUTORIALSOUTPUT PREVIEW
BF CODE OUTPUT
(?)
Bytes produced by Brainfuck code is inputted to a renderer which interprets as a SVG or HTML.
-
REQUIRED OUTPUT LENGTH
(?)
Renderers typically expect an exact amount of output bytes from Brainfuck to correctly render a SVG or HTML; ensure your code output provides the required output length.
- BYTES