/KillEmAll

Shoot'em up game built with OpenGL and SDL

Primary LanguageC++

KillEmAll

KillEmAll is a small game based on Falcon framework. Have a blast destroying a horde of monster while protecting beautiful pixelated women.

Controls

  • Control a nameless guy by WASD
  • Click to shoot
  • 1 - 4 number keys are for choosing weapons

Build executable for Linux

Clone repo from GitHub

$ git clone https://github.com/walker2/KillEmAll

Download and install dependencies

$ sudo apt-get install libsdl2-dev
$ sudo apt-get install libsdl2-ttf-dev
$ sudo apt-get install libsdl2-mixer-dev
$ sudo apt-get install libglew-dev
$ sudo apt-get install libglm-dev

Navigate to the cloned folder and run

cmake CMakeLists.txt
make