Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.13 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.13 KB

Zeldab

Zelda's Song of Time beep player implemented in C.

zeldab

Running

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.

Compiling

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

Contributing

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.