Skip to content

Commit bd76c90

Browse files
authored
Update README.md
I am providing another update regarding this project.
1 parent e26a02d commit bd76c90

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Week7/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ of the ship's forward vector.
119119
2. Modify the keydown handler to call this shoot method when the spacebar is pressed.
120120

121121
3. Make sure that the missile sound is passed to the sprite initializer so that the shooting sound is played whenever you shoot a missile.
122+
122123
Phase four - User interface
124+
123125
Our user interface for RiceRocks simply shows the number of lives remaining and the score. This week neither of those elements ever change,
124126
but they will next week. Add code to the draw event handler to draw these on the canvas. Use the lives and score global variables as the current
125127
lives remaining and score. For more helpful tips on implementing this mini-project, please visit the Code Clinic tips page for this mini-project.

0 commit comments

Comments
 (0)