Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)(-1)

I am sorry, it is true! 😬

OK, thanks! I just want to be sure I handle the terms properly.

(+1)

Hm what about creating html games? It is trivial for any web developer to see the images that are being used and extract them (same is of course true for most form of binary games although extraction is most likely a bit more involved).   Would I be allowed to create html games and host them on let us say itch.io ?

(+1)

For the past couple months I've been pondering this conundrum,  I would be interested to know how many art devs consider things like this.
But I've figured out that it's possible to streamline an image into the page such that it does not get loaded as a whole. 
One could even send out a dummy image, the next game I release will be using such methods, and it will be part of my open source library.
Generally bringing some of the benefits of binary compilation to html thanks to the html5 canvas.