Skip to content

A Piano Tiles like simple desktop game created using raylib

Notifications You must be signed in to change notification settings

Kienyew/MusicTiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Tiles

A simple Piano Tiles like desktop game created using raylib. With 200 crappy musics supported (see in sheet folder).

screenshot

Build

  1. Navigate to this project directory.
  2. 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.

About

A Piano Tiles like simple desktop game created using raylib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published