[go: up one dir, main page]

Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Was happy to find another survival game and wanted to give it a try. But as so often, game doesn't install when using the itch app. Please select the operating system the game is build for.  Or even much, much better: provide a web build. Players hesitate to install games for several reasons - rule #1: if you want to get players & feedback: always provide a web build.

For the install issue see: https://itch.io/t/2028448/unable-to-install-a-game-through-itchio-app

Hey Humane Tiger,

Thank you so much for commenting, I really appreciate your advice as this is my first game jam submission and would never have known this was an issue. I've just updated the itch game page with "Windows" selected as the build by following the solution in the URL you kindly provided. I didn't actually know itch had an app until you mentioned it, I'll test through the app too in the future. I tested the download in my web browser thinking everything was all good but know about the itch app now.

I'll follow your suggestion and build for WebGL instead for my next game jam.

I noticed you submitted your game 9 Dayz to the same game jam so checked it out. Ended up playing for 20 minutes and it makes my game look terrible in comparison lol. Awesome work on your game! It's so crisp, the animations are also very nice, has a cool art style and the game is really fun to play. The game details on the 9 Dayz itch page say it was made in HTML5? That's crazy, do you use any type of game engine or framework?

Alright - now it works :-) For your first game this is really good! The walking & running mechanic is well done, sound effects, the integration of all the assets - and even a small intro. Good job! I found myself constantly running, wished this would be the default speed (it would save me from pressing shift key all the time). The boomerang is very helpful to get rid of all these pesky attackers. When I played the horn, though, I  died after that.

Thank  you for your kind and encouraging words regarding 9 Dayz. I am developing it with vanilla HTML, CSS and JavaScript indeed - no framework, instead  my own library of useful functions and tricks I figured out along the way. You call it crazy, I call it interesting :-) It is so much fun to figure out what is possible with the web tech stack - amazing things got added in the past years. You know, I started web dev when all of this was in it's infant stage (the late 90s). Seeing what unbelievable progress all of this tec made since then makes me really happy and curious.

Btw, I gave Unity a serious try, but I was so disappointed about several things (first of all the Unity UI system, which is a dwarf in possibilities compared to CSS, also the huge build size for games that aren't really that complex at all). And the endless click cascades - it just doesn't fell like programming to me. But that's only my personal way to see it, I am a dinosaur here, with a particular old school understanding of what programming should be about.