2.2.2 Cycle 2 Rotation
Design
Objectives
Usability features
Key variables
Variable Name
Use
Pseudocode
ifKeyDown("alt") then
rotationSpeed = SPEED_LOW
else
rotationSpeed = SPEED_HIGH
ifKeyDown("left-arrow") then
rotate(-rotationSpeed)
ifKeyDown("right-arrow") then
rotate(rotationSpeed)
displayUI(rotation, "bottom-left")Development
Outcome

Challenges
Testing
Tests
Test
Instructions
What I expect
What actually happens
Pass/Fail
Evidence
Last updated



