activity 1: forrest archery game
Directions:
|
activity 2: extensions
Hit & Miss Extension Directions:
- Modify your scoring so that if you miss the target, the player gets a penalty (negative points). Hint: you will need to use and "if...else" block.
Against the Clock Extension Directions:
- Modify your game to include a countdown clock variable. Hint: you will need to change your "forever" block to a "repeat until" block.