ddrillini / stepminia

minimal c++ rewrite of stepmania for practice
Apache License 2.0
4 stars 0 forks source link

Status

Design goals

Trello board.

Style

Installation

# Install SFML https://www.sfml-dev.org/tutorials/2.5/
git clone git@github.com:ddrillini/stepminia.git # use ssh pls
cd stepminia
mkdir build && cd build
cmake ..
make