Galaxy shooter is a simple game where you control a spaceship that shoots against the enemies. You can catch up power-ups to get triple shots, increase your speed, and defense.
This project was developed during the course "O Guia Definitivo para Desenvolvimento de Jogos com Unity".
This project was built with:
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.