much appreciated Ariana!
Monoid Labs
Creator of
Recent community posts
Rolling Waves is a playful, procedural exploration of people coming together, walking to their shared destination. Each new character will influence the appearance of their fellows.
Made in 3 days for the ‘Woman, Life, Freedom’ Game-jam. For details please visit: https://woman-life-freedom.com
Quick idea which might be flawed:
Let players point the itch.io client to a saves folder (clone) which could a local Dropbox/Gdrive/.. path.
Game(DEV)s (with support) would only specify their local save directory/file per platform and the itch.io client could `rsync` that with the saves folder (a sub folder with the game's id) - at least in Unix based systems that should work out of the box. As an intermediate solution players who know the game's save local folder/file could even specify that per game in the itch.io client themselves.
FYI: On Ubuntu 18.04 there is a dialog showing that the game doesn't react with options to wait and force quit it. That dialog immedialely gets hidden behind the game window but keeps capturing the input so the game appears frozen. After switching to the dialog and selecting wait the game runs perfectly well. =)