Download game from here
- Move : WASD keys
- Fire : Spacebar
- Pause : Escape Key
- C++17 compiler
- cmake 3.16 or higher
- Clone the repository:
git clone https://github.com/The-Phoenics/Space-Shooter
cd Space-Shooter
- Generate build files using cmake
$ cmake -S . -B build
- Build project
$ cmake --build build