DanArmor / rocket-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

  • Install "CMake" and "Make"
    • sudo apt install make
    • sudo snap install cmake (snap has newer version)
  • mkdir build
  • cd build
  • cmake ..
  • make
  • You will get "rocket-game" executable. Enjoy!

May take some time for first build because of building SDL2. Further builds are fast

About


Languages

Language:C++ 96.6%Language:CMake 3.4%