Difference between revisions of "Asteroids"
From WLCS
| Line 7: | Line 7: | ||
* Points will be given to the player for destroying asteroids | * Points will be given to the player for destroying asteroids | ||
| − | + | == Requirements == | |
Revision as of 08:14, 30 May 2013
Objectives
- You will create a game that mimics gameplay of Asteroids
- The player will be able to move around using the keyboard
- The player's ship will be affected by momentum and physics
- The player will be able to fire at asteroids and break them apart
- The player will be able to aim using the mouse
- Points will be given to the player for destroying asteroids