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
- Host: GitHub
- URL: https://github.com/the-phoenics/space-shooter
- Owner: The-Phoenics
- License: mit
- Created: 2023-05-27T16:20:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-09T04:08:40.000Z (about 2 years ago)
- Last Synced: 2024-04-09T05:22:42.707Z (about 2 years ago)
- Topics: cpp, game, hacktoberfest, sfml
- Language: C++
- Homepage:
- Size: 25.2 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

