Asteroids

From WLCS
Revision as of 09:14, 30 May 2013 by Admin (talk | contribs) (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 ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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