Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

bizzyniz

5
Posts
1
Topics
197
Followers
A member registered Jan 03, 2022 · View creator page →

Creator of

Recent community posts

Hey! I just found out about the JavaScript API.

For those who don’t know, if you go to a game’s page and add “/data.json” to the URL, you can retrieve some basic information about a game.

It would be amazing if my future games could use the information returned here to inform the user when the game has an update available to download from itch.io. The data currently returned simply doesn’t have any great place for me to put this information.

I have multiple ideas for how this could be implemented on itch.io’s side:

  • Include the names of all the files that are attached to the game in the data.json (either file name, or display name, or both). I usually add version numbers to my file names anyway, so having this information available would be enough for my games to parse it.
  • Alternatively, return the description or short description text in data.json. Not as nice, but might be simpler to implement.
  • Add a dedicated version number metadata field to games, which can be optionally filled and is then returned in the data.json request (and maybe also displayed on the game page somewhere?). Most future-proof and reliable option, but needs lots of UI adjustments.

Alternatively to the data.json endpoint, new API endpoints could be added to host this information instead.

Let me know what you think! ^^

Hey, I’ve uploaded experimental offline downloads for Windows and Android, if you’d like to try them out :)

It is planned to have a free and paid version just like here.

I’m working on another game project right now which is also going to be an interactive video, but with a lot more choices and different paths you can take :3

Thank you! Unfortunately, this game does not have an official download option. You can download the video file that gets played via the browser, but it lacks the interactive options.

For my future games, I will upgrade my engine. Among other things, it should make downloading the game a lot more straightforward. I’ll see about updating this game to support this as well, but this needs more research from my side first.