Honestly I was just bored so I made this. Prolly going to work on this later but right now I will most likely drop this.
if for some reason you want to download this and compile it here are dependencies. Outstanding amount.
- raylib
- c++
(amzing right?)
- visual studio 2015 or newer
- git
- windows 7 or newer
- First download vcpkg using the guide here
- Enter the folder where vcpkg is located using cmd
- Type
vcpkg install raylib[use-audio]
- After raylib installs type ```vcpkg install raylib[use-audio]:x64-windows]
- After the installation ends type
vpckg integrate all
- Download the project and open it via visual studio and all should work properly!