Zelda's Song of Time beep player implemented in C.
If you want to run this program, you need to hava a machine with Windows installed on it. You can either download the executable file inside the bin folder, or compile the program yourself.
If you want to compile this program, keep in mind that right now, it only work on Windows. For that purpose, you can download or clone this repository, open up a terminal inside the src folder and compile the files main.c and zelda.c.
In case you're using gcc, the following should work:
gcc main.c zelda.c -o zeldab.exe
We plan on adding more Zelda song's as time goes on. If you want to contribute by adding a new song, feel free to fork this repository and open a pull request.