/Asteroids

Simple clone of the famous Asteroids

Primary LanguageC#

Asteroids

This is a simple clone of the famous Asteroids
To play: direct ship with left and right arrow, thrust with up arrow, shoot with space and exit with Esc!

Architecture Overview:

Architecture Overview

Variable changes:


-Change asteroid movement speed by navigating to the asteroid prefab in the prefabs folder under Assets.
-Change bullet speed in the bullet prefab under Assets.
-Change ship acceleration, max speed and rotation speed by clicking the ship object in the scene.
-Change asteroids spawning rate, lifetime (maximum lifetime of asteroids and bullets on screen) and max lives for player in the Game Controller object in the scene.