https://github.com/pferreirafabricio/unity-asteroid
:ringed_planet: A simple game based in the Asteroid Game
https://github.com/pferreirafabricio/unity-asteroid
asteroids-game csharp unity unity-2d
Last synced: about 1 month ago
JSON representation
:ringed_planet: A simple game based in the Asteroid Game
- Host: GitHub
- URL: https://github.com/pferreirafabricio/unity-asteroid
- Owner: pferreirafabricio
- License: mit
- Created: 2020-10-31T15:43:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-14T17:43:46.000Z (over 5 years ago)
- Last Synced: 2025-07-25T12:57:59.566Z (11 months ago)
- Topics: asteroids-game, csharp, unity, unity-2d
- Language: C#
- Homepage:
- Size: 367 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Asteroid Game :ringed_planet:
## :eyes: Overview
## :scroll: About
It is a simple game inspired by Asteroids, a space-themed multidirectional shooter arcade game, where you control a space and destroy asteroid with your shots.
## :bricks: This project was built with:
- [Unity](https://unity.com/)
## :recycle: Contribute
1. Fork this repository;
2. Create a branch with your feature: ```git checkout -b my-feature```
3. Commit your changes: ```git commit -m 'feat: My new feature'```
4. Push your branch: ```git push origin my-feature```
## :page_with_curl: License
This project is under the MIT license. Take a look at the [LICENSE](LICENSE.md) file for more details.