/RocketLanding

C++ game with SDL libraries

Primary LanguageC++

RocketLanding

SDL2 Game written in C++

Instructions

  • Use the keyboard arrow keys to control the rocket
  • Land the rocket slow and and untilted on the horizontal stage
  • Press R to restart after landing

Dependencies for Running Locally

Basic Build Instructions

  1. Clone this repo.
  2. Make a build directory in the top level directory: mkdir build && cd build
  3. Compile: cmake .. && make
  4. Run it: ./RocketLanding.