An open API service indexing awesome lists of open source software.

https://github.com/the-phoenics/space-shooter

Single player 2d top-down space shooting game built with C++ and Sfml
https://github.com/the-phoenics/space-shooter

cpp game hacktoberfest sfml

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# Space-Shooter

*Download game from *[here](https://the-prime.itch.io/space-shooter)**

## Controls
- Move : WASD keys
- Fire : Spacebar
- Pause : Escape Key

## Build

#### Requirements

- C++17 compiler
- cmake 3.16 or higher


1. Clone the repository:
```bash
git clone https://github.com/The-Phoenics/Space-Shooter
cd Space-Shooter
```

2. Generate build files using *cmake*
```bash
$ cmake -S . -B build
```

3. Build project
```bash
$ cmake --build build
```

---

## Screenshots

![menuss](https://github.com/Karan-Semwal/Space-Shooter/assets/96228962/cf339be8-fec1-4d82-a49c-bf95415fa521)

![ss](https://github.com/Karan-Semwal/Space-Shooter/assets/96228962/6f226f61-5e3f-48c0-94e2-55b4e8873007)