Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.
/ KillEmAll Public archive

Shoot'em up game built with OpenGL and SDL

Notifications You must be signed in to change notification settings

walker2/KillEmAll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published