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

https://github.com/hashirkhan21/spaceshooter

A Space Shooter game in C++ using SFML graphics and OOP concepts
https://github.com/hashirkhan21/spaceshooter

cpp sfml sfml-game spaceshooter

Last synced: 9 months ago
JSON representation

A Space Shooter game in C++ using SFML graphics and OOP concepts

Awesome Lists containing this project

README

          

# spaceshooter
A Space Shooter game in C++ using SFML graphics and OOP concepts

EXAMPLE

![image](https://github.com/hashirkhan21/spaceshooter/assets/94777942/56963009-bc94-49b0-ac4a-de5acb9666ef)

To compile the game:
g++ -c main.cpp -o main.o g++ main.o -o my_program -lsfml-graphics -lsfml-window -lsfml-system

To run it:
./my_program