Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, if you want to add autosave, just add this to your Javascript (located in the story tab if you are using the Twine App):

Config.saves.autoload = true;
Config.saves.autosave = true;