Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 689 Bytes

README.md

File metadata and controls

59 lines (39 loc) · 689 Bytes

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