itch.io is community of indie game creators and players

Devlogs

Saved data change

Shepherd
A browser avoid 'em up made in HTML5

I just noticed while working on another game that cookies don't work for saving game data on itch in Safari because of iframe restrictions, so I updated my data handler to use localStorage instead and I just updated Shepherd to use it too.

The game should try to migrate your saved data the first time you load it, so theoretically you won't lose any of your sweet high scores.

Leave a comment