An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Asteroids++

## About

Asteroids++ is an asteroids inspired game made using the Unity game engine scripted through C#.

CROPPPED

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.