Skip to content

Commit e26a02d

Browse files
authored
Update README.md
Let me update the assignment description
1 parent 2bc073c commit e26a02d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Week7/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to multiple versions of Asteroids that are available on the web (including an up
2222
Mini-project development process
2323

2424
For this mini-project, you will implement a working spaceship plus add a single asteroid and a single missile. We have provided art for your game
25-
so its look and feel is that of a more modern game. You should begin by loading theprogram template.The program template includes all necessary
25+
so its look and feel is that of a more modern game. You should begin by loading the program template. The program template includes all necessary
2626
image and audio files. Unfortunately, no audio format is supported by all major browsers so we have decided to provided sounds in the mp3 format
2727
which is supported by Chrome (but not by Firefox on some systems). ogg versions are also available.) We highly recommend using Chrome for the last
2828
two weeks of the class. We have found that Chrome typically has better performance on games with more substantial drawing requirements and
@@ -82,8 +82,8 @@ You will need to update the velocity vector by a small fraction of the forward a
8282
10. Then, modify the ship's update method such that the ship's position wraps around the screen when it goes off the edge (use modular arithmetic!).
8383

8484
11. Up to this point, your ship will never slow down. Finally, add friction to the ship's update method as shown in the "Acceleration and Friction"
85-
video by multiplying each component of the velocity by a number slightly less than 1 during each update.You should now have a ship that flies around
86-
the screen,as you would like for RiceRocks. Adjust the constants as you would like to get it to fly how you want.
85+
video by multiplying each component of the velocity by a number slightly less than 1 during each update. You should now have a ship that flies around
86+
the screen, as you would like for RiceRocks. Adjust the constants as you would like to get it to fly how you want.
8787

8888
Phase two - Rocks
8989

0 commit comments

Comments
 (0)