This is a setup for using lists with one Zoombini to move toward a target, then based on an attribute determine if it's accepted or rejected. Use it as a model to set up a way to move and accept/reject for any attribute (trait). Note: This puzzle uses a list (array) of attributes and checks for a specific trait (green nose) in the list using if/then and if/then/else.