Take a look at the Two Sprites Tag game.
- In this two-player game, Alonzo is trying to catch the Blue Dog. Both Alonzo and the Blue Dog are controlled using keys on the keyboard.
- There are at least six bugs in this program - four of them affect the game play and two of them are cosmetic.
- Fix all of the bugs to get the scripts working correctly.
- What keys were used to control Alonzo?
- What keys were used to control the dog?
- List at least six bugs in the program and explain what the bugs are and how to fix them.
Bonus: Once you get the game working, can you think of some changes to make it more fun?