The clone of the Lunar Lander game written by C++ opengl 3.3 and SDL2.
Music used in game(Lordomi created): https://opengameart.org/content/ogre-3?destination=node/68976
Compilation with cmake:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j<n>