Difference between revisions of "Asteroids"

From WLCS
(Created page with "=== 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 ...")
 
Line 1: Line 1:
=== Objectives ===
+
== Objectives ==
 
* You will create a game that mimics gameplay of Asteroids
 
* You will create a game that mimics gameplay of Asteroids
 
* The player will be able to move around using the keyboard
 
* The player will be able to move around using the keyboard

Revision as of 09: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

Requirements