A simple Piano Tiles like desktop game created using raylib. With 200 crappy musics supported (see in sheet
folder).
- Navigate to this project directory.
- Build with cmake (it needs to download raylib source from web so it might take some time).
mkdir build
cd build
cmake ..
make
The result will be built to build/release
folder.
Run the executable, the arguments passed to it will be the music sheets to repeat.
./music_tiles [music_sheet_files...]
example:
./music_tiles sheet/baby-shark-pinkfong.txt sheet/let-it-go-frozen-disney.txt
Make sure to stick the executable file in the same directory with the audio
directory :)
Thanks for noobnotes.net for providing the music sheets.