AdsGames / RussianRoulette

Revolver simulation. Use keys 1-8 to load bullets into the chamber. Use E to remove and add the chamber. Mouse scroll rotates the chamber. Use the mouse to shoot!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Russian Roulette

Revolver simulation. Use keys 1-8 to load bullets into the chamber. Use E to remove and add the chamber. Mouse scroll rotates the chamber. Use the mouse to shoot!

Getting started

Windows (MSYS2)

Install Libraries

https://www.allegro.cc/files/?v=4.4

Build

cmake -G "MSYS Makefiles" .
make

Mac OS

Install Libraries

https://github.com/msikma/liballeg.4.4.2-osx

Build

cmake -G "Unix Makefiles" .
make

Linux

Install Libraries

sudo apt-get install liballegro4-dev

Build

cmake -G "Unix Makefiles" .
make

About

Revolver simulation. Use keys 1-8 to load bullets into the chamber. Use E to remove and add the chamber. Mouse scroll rotates the chamber. Use the mouse to shoot!


Languages

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