https://github.com/bryjen/asteroids-plus-plus
An asteroids inspired spin-off game with reimagined sprites and mechanics. Made using the Unity engine.
https://github.com/bryjen/asteroids-plus-plus
asteroids asteroids-game csharp game unity
Last synced: about 1 month ago
JSON representation
An asteroids inspired spin-off game with reimagined sprites and mechanics. Made using the Unity engine.
- Host: GitHub
- URL: https://github.com/bryjen/asteroids-plus-plus
- Owner: bryjen
- Created: 2022-01-17T07:04:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-16T17:35:00.000Z (over 4 years ago)
- Last Synced: 2025-07-23T11:58:16.614Z (11 months ago)
- Topics: asteroids, asteroids-game, csharp, game, unity
- Language: C#
- Homepage:
- Size: 4.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asteroids++
## About
Asteroids++ is an asteroids inspired game made using the Unity game engine scripted through C#.

Please note that this game is still much in development, with me trying to constantly develop and add features to the game.
## Medium
Made in Unity and scripted through C#. All assets were made by me with exception to the asteroid sprites, which can be found [here](https://www.pngaaa.com/detail/2639680).
## Process
After finishing the sentinel tower defense game, I wanted to recreate a classic arcade game. Asteroids seemed like it was the perfect game to recreate since it had somewhat decent complexity to recreate as well as great possibility for extra features/mechanics. I wanted the experience to feel like the old retro asteroids, but more streamlined and modern.
It first started with me finding sprites for the player ship and the asteroids. I then coded the player movement, implementing the ability to shoot shortly after. I then coded asteroids spawning behavior then the interactions once shot by the player. I added animations for the player death, playing an explosion.
## Download Instructions
Download the latest release from the [releases](https://github.com/bryjen/Asteroids/releases). Download and extract the .rar file in a folder and execute the asteroids.exe file.