If you are a paying member you should have received a DM with a code to download the game for free. If you didn't get a link or the link didn't work let me know.I attached the source code for the game. Instructions to build the game.You will need to clone or download the content of this repohttps://github.com/nothings/stbInto the folder stb in the source code directory.You will also need to clone cmixer into the folder cmixerhttps://github.com/rxi/cmixerThis game also uses mingw, so you will need to install that and possibly common build tools to get the make commandhttps://www.mingw-w64.org/After that you should only need to run "make" in the source_code folder.I build the game from linux so I can't really say in detail how you should get this to work on other platforms. Please let me know if you run into any problems.