2D Shooter for Coursera
About
I created this by following along the second half of this Coursera course: https://www.coursera.org/learn/game-design-and-development-1. For some reason, the WebGL build kept failing (maybe because I'm running Unity on Linux). I provided the Windows, Mac and Linux builds instead.
I made the following modifications from the original instructions:
- The biggest change is how the ship moves - now the W/S (up/down) buttons control the engine throttle, and the ship is moved by engine's force and drag, so the movement is more realistic.
- A different sprite has been used for the player ship which looks nicer than the stock sprite provided in the project assets download.
- The player ship has an exhaust trail made of shimmering particles which doesn't affect gameplay in any way except providing interesting visuals.
- The playing field is increased to allow better use of the new movement system.
- Three levels with progressive difficulty have been created.
Credits:
Matija H.