Nono there is an actual playable thing, but I'm you like it even though you can't play it haha :)) Hmm the Godot documentation said that I had to export a .pck file for Windows, but I probably have misunderstood something. Thanks for giving it another try!
Viewing post in Almost No Art jam comments
Oh, so it's Godot! Use "Export Project" not "PCK/ZIP".
Always try html5 first - need to use GLES2 renderer (top-right corner you can switch) - if you want to make html5 and mobile games you need to use it. Drawback is that you have to use CPUparticles instead of ordinary and few small things you can learn by making html5 jam games and testing in browser. For html you need to name export index.html and ZIP all 5 files, then submit as html instead as downloadable.
For windows just use "Export project".