24 lines
193 B
Markdown
24 lines
193 B
Markdown
# cosu
|
|
|
|
osu client written in c++ using sfml
|
|
|
|
## building
|
|
|
|
```
|
|
make
|
|
./target/osu++
|
|
```
|
|
|
|
<!-- or if you're cool and use nix
|
|
|
|
```
|
|
nix build
|
|
./target/bin/osu++
|
|
```
|
|
-->
|
|
|
|
## TODO
|
|
|
|
## license
|
|
|
|
agpl3
|