Using Microsoft Make Code Arcade, I created a mini game that incorporated lists. The object of the game is for the player to catch the constantly moving fish. Each time the shark comes into contact with a fish, the score goes up by one. The enemy is the hermit crab. If the shark character comes into contact with the hermit crab then the lives go down by one. There are five total lives and once all of them are gone the game ends. You win the game if you can get to a score of 25. The lists help to organize the fish variables so that instead of writing two separate blocks of code, I only needed to write one.