https://github.com/lpenguin/myasteroids
A simple Asteroids clone made with Unity
https://github.com/lpenguin/myasteroids
game unity unity2d
Last synced: over 1 year ago
JSON representation
A simple Asteroids clone made with Unity
- Host: GitHub
- URL: https://github.com/lpenguin/myasteroids
- Owner: lpenguin
- Created: 2022-04-12T15:53:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-21T15:48:14.000Z (about 4 years ago)
- Last Synced: 2025-02-05T11:49:37.178Z (over 1 year ago)
- Topics: game, unity, unity2d
- Language: ShaderLab
- Homepage:
- Size: 14.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 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](https://lpenguin.itch.io/myasteroids?secret=3xc08glD0C5769yrDHAIqKosV8) / [Download](https://github.com/lpenguin/MyAsteroids/releases/tag/v0.0.1)
## 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