Spork asteroids
About
Goal:
Destroy the asteroids and UFOs, pick up bonuses, that improve your weapon, and avoid dying.
Controls:
- Space: fire
- W - accelerate
- A - turn left
- S - turn right
- D - brake
Description:
While working on my previous game(check it out here, btw) I was impeded by the horrible architecture that I built, and I realized that it could work well with an ECS framework or something like that. So I decided to build one!
I called it "Spork", and you can download it here. However, I wouldn't be able to develop it in a vaccuum, I would have to see how well it worked in a real game, which features it lacked, etc, so I also developed this game just to test it. It should also serve ass an example how to use Spork, so it's open source, and you can get it from my github.
Oh, and obviously everything is still WIP. Including Spork itself.