Build a game (interactive world rather than a movie). It includes the following features:
1. It must include random motion of at least one object. (10%)
2. It must use a While loop and/or recursion
This can't be that difficult. At the most basic level, what they want you to make is a game that repeats itself when the game ends unless the user doesn't want it to. And then you stick in something that moves randomly. If your teacher taught you anything about booleans and loops this shouldn't be difficult at all.