21 lines
255 B
Markdown
21 lines
255 B
Markdown
# Perfect Ear
|
|
|
|
Train your ears to recognize piano notes !
|
|
|
|
## Screenshots
|
|
|
|
[[screenshots/success.png]]
|
|
|
|
[[screenshots/failure.png]]
|
|
|
|
## Build ⚙️
|
|
|
|
```bash
|
|
xmake # xmake will download all the required dependencies
|
|
```
|
|
|
|
## Run 🏃
|
|
|
|
```bash
|
|
xmake run
|
|
``` |