Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
A Space Shooter game in C++ using SFML graphics and OOP concepts
- Host: GitHub
- URL: https://github.com/hashirkhan21/spaceshooter
- Owner: hashirkhan21
- Created: 2024-05-26T15:22:33.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-26T15:52:12.000Z (8 months ago)
- Last Synced: 2024-11-21T08:21:39.900Z (about 2 months ago)
- Topics: cpp, sfml, sfml-game, spaceshooter
- Language: C++
- Homepage:
- Size: 6.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spaceshooter
A Space Shooter game in C++ using SFML graphics and OOP conceptsEXAMPLE
![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-systemTo run it:
./my_program