Space-Invader is a mobile phone shooter game inspired by the original Space Invaders written with c# in Unity.
This project is used to learn and improve our skills for the Unity game engine. Feel free to learn with us!
The game uses standard input from unity.
Currently, player movement is achieved via pressing buttons or using a keyboard (Keys are w, a, s, d or arrow keys).
Press escape
to get to the main menu.
Currently, the project builds with Unity version 2020.2.1f1. Please make your changes within this version.