This checks if a clone in a grid is wearing the same costume without using sensing blocks It may become the start of a "conway's game of life" thing step one of that is checking if the tile next to itself is "alive" or not - this just checks if it looks the same. if it is it does a little animation - then replaces itself with a random outfit - it keeps going until theres no more pairs left. SPACE resets grid