Evasive Maneuver - Asteroids
By: Sara Andersson & Gustav Strömberg
This is a simple game where the player avoids the incoming asteroids. The current version of the game has 20 asteroids with random direction and spawning and the player avoid them with w, a, s, d.
On collision with an asteroid, the game will generate a Game Over sign and makes the player unable to move.
The game is implemented with an Asteroid class (which takes care of spawning, respawning, direction, and movement), player Node and the controls, and a cube map (for background).