Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 714 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 714 Bytes

Space-Shooter

Download game from here

Controls

  • Move : WASD keys
  • Fire : Spacebar
  • Pause : Escape Key

Build

Requirements

  • C++17 compiler
  • cmake 3.16 or higher

  1. Clone the repository:
git clone https://github.com/The-Phoenics/Space-Shooter
cd Space-Shooter
  1. Generate build files using cmake
$ cmake -S . -B build
  1. Build project
$ cmake --build build

Screenshots

menuss

ss