010 • Prompt

puzzle_id:

5-150deff5

description:

set pixels

timestamp:

24.329.071439

call_count:

10

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