A downloadable game

Inspired by sci-fi, brutalism, and philosophy, "Questions" is a narrative focused game exploring the concepts of meaning, humanity and sentience. Take a walk through minimal environments as you learn more about the being who is leading you onward...

Unfortunately I wasn't able to figure out how to get butler working in time since my game ended up being more than 1GB. Here's a dropbox link: https://www.dropbox.com/s/9iw1q37jjwgeesm/Questions_FreshLemonade.zip?dl=0

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.