basic README

This commit is contained in:
2025-03-19 18:22:03 +01:00
parent db921e3390
commit e08f8be87d
3 changed files with 21 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```