Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 960 Bytes

Readme.md

File metadata and controls

28 lines (21 loc) · 960 Bytes

MyAsteroids

A simple Asteroids clone made with Unity.

You're a tiny ship in the deep space. Your unlucky soul made to the alien asteroid belt. Shoot asteroids and UFOs or vaporise them with the laser!

Play on Itch.io / Download

About

This game is a small portfolio project. I've mostly focused on the implementing the game logic with MVC and other programming patterns like Event Bus or Service Locator. Also I had fun with the Partilce System while making the stars background, explosions and smoke puffs.

Controls

Keybard

  • Arrows - move
  • Space - gun
  • Ctrl - laser
  • Esc - pause the game

Gamepad

  • RT - accelerate
  • Left Stick - rotate
  • A - gun
  • X - laser
  • Menu - pause the game