Riddle_Training_05f2a901 - arc-community/arc GitHub Wiki

images/05f2a901.png

ARC Game

Observations

I observe that there is an equal count of objects in the input and the output

I observe that the respective objects in the input and the output are the same shape and colour but different location

I classify this task as the "move objects" class of tasks

I observe that in the output, the objects touch

I query which is the object that moved and which is the one that stayed in place and make a mental note

I observe that objects can move both horizontally and vertically, which makes this a bit more difficult

Concepts Used

  • Mono-objects are characterized by shape, colour and location; complex objects have more than one colour but are surrounded by mostly one colour (typically background)

  • "above" "below", "to the left of", "to the right of"

Solution Approach