| Level | Description | Learning Objective |
|---|---|---|
| 1 | One column of good things and one column of bad things. | Learn how to move to a spot and stay. |
| 2 | One column. Loop good thing followed by a bad thing. | Learn how to loop at correct frequency. |
| 3 | Two columns. Each column alternates good and bad (and the columns drop different objects at the same time, so one will drop good and one will drop bad at the same time). | |
| 4 | One column. Loop 2 good things followed by a bad thing. | Same. |
| 5 | One column. Loop a good thing followed by 2 bad things. | Same. |
| 6 | One column. Random good or bad. | Learn how to use if statements. |
| FINAL | Random every column. | Same. |