ChipWits Demo · published
The latest ChipWit Challenge has arrived!
In "Spring Cleaning," you are dropped into the "Shamrock": a symmetrical four-room configuration bounded by pixel-perfect clover walls:
Your ChipWit must locate 12 randomized items scattered across the four leaf-chambers of the map and return them to the Central Collection Box.
Because the items are randomly placed each time, a hard-coded "sweep" won't cut it. To top the leaderboards, you’ll need to develop a robust program that can:
Navigate to each leaf
Search efficiently through four distinct rooms
Return to a fixed central point from any coordinate
Will you rely on the luck of the clover, or is your code ready for the "Spring Cleaning"?
Stop by our Discord and discuss how to build the most efficient sweep-and-clear algorithm!