/Spaceship-Game-using-SDL

A spaceship game made using SDL library in C++

Primary LanguageC++

Spaceship-Game-using-SDL

A spaceship game made using SDL library in C++

Screenshot :

Screenshot from 2023-09-27 15-22-17

Screenshot from 2023-09-27 15-31-01

Steps to Run this spaceship game :

  1. You need to have SDL installed in your system .
  2. compile the code using g++ game.cpp -lSDL2 -lSDLmain -lSDl_image -o game
  3. If you already have installed SDL in your system then you can directly use my compiled binary
  4. use W A D S to move the spacecraft