2.2.8 Cycle 8 - Add Health Pickups
Design
Objectives
Usability Features
Key Variables
Variable Name
Use
Pseudocode
procedure healthAppear
random X = random between 0, window width
healthPickup = sprite @ random X
add physics to healthPickup
healthPickup Y velocity = 200
healthPickup X velocity = 20
end procedure
procedure increaseHealth
health + 50
play sound healthSound
add text health
wait 800 ms
remove text health
end procedureDevelopment
Outcome
Challenges
Testing
Tests
Test
Instructions
What I expect
What actually happens
Pass/Fail
Fail
Pass
Evidence

What next?
Last updated