Day 5 of my Developer Journey: Simple Enemy behavior
Now that we a mostly functioning player, we need to create a simple enemy script. This consists of the enemy moving down to the bottom of the screen once it spawns and then once it goes off screen, reappear at the top of the screen at a random location.

The random number generator may be used in two ways:
- Directly in the code

- Implemented through a variable.
