In this module we are going to explore how lists work and how we will use randomness to make using lists even more interesting.
Lists: Doing Things Together
In the first section we are going to learn how to make objects do things all together. You will make a herd of boars move forward all together:
Lists: Doing Things Apart
In the next section you will make the boars move more naturally by moving them one at a time.
Randomness: Moving More Naturally
As a continuation of the last section, you will make the boars more more naturally by moving together random amounts continuously.
Loops, Events and Randomness
In this section you will be exploring how to make interesting games using loops, randomness and events. Specifically you will be making a game similar to BopIt.