Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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