Skip to content

Single player 2d top-down space asteroid shooting game built with C++ and SFML

License

Notifications You must be signed in to change notification settings

The-Phoenics/Space-Shooter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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