Comments

Log in with itch.io to leave a comment.

Really nice environments and sound!

I'm sorry you had problems with butler, it happened to me in a previous Jam.
For the next time my suggestion is to create a .bat file to push your zip to itch.io, here's what you have to put inside it:

butler push "D:\Projects\Questions\Build\YourArchive.zip" freshlemonade/questions:win

You need to have the butler executable in the environmental variables to make it work, and the archive must be a .zip extension and have the executable file in the root to make it playable from the itch launcher (Not the Windows folder as you did in your archive)
Another problem is that if you use butler the archive automatically gets renamed to "yourgame-win" unless you change it from the itch page.