Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Appreciate your work. I am little confused where you get .bitsy game files. I see them on itch.io for browser play, and don't think the creators would mind sharing the file, but only 1 out of 10 includes a download link.

Welcome to Itch.io!

A .bitsy file is actually just a text file. Go to the page of any Bitsy game, right click, inspect element and search the HTML for "exportedGameData". You'll find a massive block of text and comma-separated numbers. You can copy that into notepad, then change the extension to .bitsy when saving. This will only work for vanilla Bitsy games, as modded titles tend to store additional needed scripts outside of this location. 

Hope this helps.