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
- Host: GitHub
- URL: https://github.com/hashirkhan21/spaceshooter
- Owner: hashirkhan21
- Created: 2024-05-26T15:22:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-26T15:52:12.000Z (about 2 years ago)
- Last Synced: 2025-03-26T00:29:30.347Z (over 1 year 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 concepts
EXAMPLE

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