A spaceship game made using SDL library in C++
Screenshot :
Steps to Run this spaceship game :
- You need to have SDL installed in your system .
- compile the code using
g++ game.cpp -lSDL2 -lSDLmain -lSDl_image -o game
- If you already have installed SDL in your system then you can directly use my compiled binary
- use
W
A
D
S
to move the spacecraft