Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

scoreboard and achievements API

A topic by Gokhan Sivrikaya created Mar 03, 2016 Views: 2,292 Replies: 2
Viewing posts 1 to 3
(+4)

Scoreboard and achievements API for itch.io would be great feature especially for web games.

(+2)

Would be interesting for sure ;) But it would need a good documentation (kind of "how-to" tutorials) for people who don't necessarly do pure coding (users of GameMaker or Construct 2 for example)

(2 edits) (+2)

Hi, I opened an issue on the github page with similar proposal (including matchmaking): https://github.com/itchio/itch.io/issues/500

This would be an incredible feature. A documentation for such system wouldn't be so complicated if everything is returned as a JSON (or any other simple file to parse).

I imagine that each application (game) would need a App key to make such requests, too.

Edit:

Requests could be done using any URL transfer library (of the game developer choice, take cURL as example), so the itch.io developers wouldn't need to create a client-side API, only the server side, that would provide informations such as who is currently playing the game (so matchmaking would be possible), which are their achievements and scores (in-game content).

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.