osuplusplus/README.md

29 lines
217 B
Markdown

# osu++
osu client written in c++ using sfml
## building
```
make
./target/osu++
```
or if you're cool and use nix
```
nix build
./result/bin/osu++
```
alternatively
```
nix run
```
## TODO
## license
agpl3