MusicTiles
MusicTiles copied to clipboard
A Piano Tiles like simple desktop game created using raylib
Music Tiles
A simple Piano Tiles like desktop game created using raylib. With 200 crappy musics supported (see in sheet
folder).
Build
- 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
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 :)
Credit
Thanks for noobnotes.net for providing the music sheets.