walker2 / KillEmAll

Shoot'em up game built with OpenGL and SDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Shoot'em up game built with OpenGL and SDL


Languages

Language:C++ 72.3%Language:CMake 21.2%Language:Lua 4.9%Language:GLSL 1.7%