You're missing the folders created by unity, you need to zip the whole folder that unity builds, don't upload only the exe file.
LordDz
Creator of
Recent community posts
I found a medium post that explained that you could add an addon to chrome and it would automatically click on the claim button for you.
However, that script didn't work 100% for me, so I updated it if anyone wants it :)
Here's the link to the medium guide:
https://medium.com/@stadja/auto-claim-your-itch-io-mega-bundle-games-c425f6a9c1a...
and then just use my changed script instead, not the most beautiful script, but it works:
// is there a game to claim ? if yes, claim it
console.log("Woo!!!");
if ($('[value="claim"]') && $('[value="claim"]')[0]) {
console.log("Claiming game");
$('[value="claim"]')[0].click();
// have I claimed a game ? If yes, go back
} else if($(".next_page")[0])
{
console.log("No Games found, going to next page");
$(".next_page")[0].click()
}
else if ($("a[href*='https://itch.io/bundle/download/']")[0]) {
console.log("Going back!");
$("a[href*='https://itch.io/bundle/download/']")[0].click();
// no game to claim, no game claimed, change page
}
The control icons very a bit confusing since they all had the same color and looked similar. I suggest you keep unique icons for all of them and only have 1 shoe, since now the 4 brown icons blend together.
The hand and nose icons could also do with a hover effect, so the player knows they can use them.
Add some music, fix the icons and this could be a nice little game :)
Interesting game..
If you try and enter a house, the player bugs out a bit and the camera starts rotating to the right a lot.
The music doesn't fit :) It's way too EPIC for a horror game.
Every zombie takes 501 energy to kill, so I had to run back to the girl after each zombie kill.
Ending could have been expanded more on, give us something cool for slaying all the zombies!