A downloadable game

I created this simple game to practice programming in C++. Simple Fast Media Library proved very friendly and powerful environment. https://www.sfml-dev.org/ Definitely recommending to any beginners out there.

Unfortunately the Windows build is a false positive for Windows Defender algorithms. Meanwhile as my request for verification by Microsoft is pending I am sharing the Source and instructions how to compile an run it on Ubuntu (below).

Perfect DOC VGA 437 font by Zeh Fernando
kiks1.flac by soneproject

featuring well beloved
Crab Rave by Noisestorm

Download

Download
SimpleRhythm.zip 24 MB
Download
SimpleRhythmSource.zip 23 MB

Install instructions

WINDOWS:
Simply unpack into a new folder and run the executable Application.

LINUX (Ubuntu):
1. Unpack the Source archive into a desired location. 

2. SFML libraires, dependencies and g++ compiler are needed to build the application:

sudo apt update
sudo apt install libsfml-dev libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev libdrm-dev libgbm-dev g++

3. Then compile the application and link the sfml libraries:

g++ -c main.cpp
g++ main.o -o SimpleRhythm-app -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio

4. Finally run the application

./SimpleRhythm-app

Note: Results on diferent systems may vary as an auto-calibration system was out of scope of my exercise. (constant subject to calibration is found in line 412)