Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 821 Bytes

do_now_24.md

File metadata and controls

15 lines (11 loc) · 821 Bytes

Debugging

  1. Open this starter project game.
  2. Save your project as DoNow2.4
  3. 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.
  4. There are at least six bugs in this program. Four of them affect the game play and two of them are cosmetic.
  5. Fix all of the bugs to get the program working correctly.

Respond to the following in your notebook

  1. What keys were used to control Alonzo?
  2. What keys were used to control the dog?
  3. 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?