Space Invaders Replica

Space Invaders Replica is a game prototype I built while following along with Stephen Barr’s Making Space Invaders with Unity tutorial on YouTube. The core gameplay loop is:

  • Move left and right
  • Protect all your shields from being destroyed
  • Shoot enemies
  • Avoid being hit by enemies or their lasers

Play the game in your browser here.

View my GitHub repo here.