One button rythm is a rythm game with only one button.
It's meant to be a simple game, simple to play, simple to make maps (Edit: it's no longer simple).
Supports exporting / importing zipped maps
Supports theming via botchered css
custom textures or sound effects
animation support
multiple BPM per map
z: place note
x: remove note
c: snap
a: place note on snap
e: add bars
q: remove bars
d: add timing segment
f: add timing segment
Current doesn't build with MSVC, does work with gcc and mingw
git clone https://github.com/Big-Brain-Boys-Games/onebuttonRythm.git --recursive
cd onebuttonRythm
cmake .
make


