014 • Prompt
- puzzle_id:
6-0520fde7
- description:
set pixels
- timestamp:
24.329.064813
- call_count:
14
update working grid
INSTRUCTIONS:
in this task you will make a function call to set pixels on the grid to achieve the solution
after you update the grid you will be presented with a copy to review
set_pixel: update one pixel at a time
set_range: update a rectangular subset of pixel
set_floodfill: update a contiguous region with a new color
submit: when the working grid meets your criteria call submit to check you solution
please call only one function per round so you can review the working grid
See also