Skip to main content

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

This is _not_ quite what you're asking for, but if you're willing to use the Urlang language processor in the Racket environment, which transpiles to JavaScript, you can write lisp and deploy to browser. See https://hg.sr.ht/~oofoe/candheat for some examples with some more or less completed demo games (including my last game jam entry).  I completely agree with you on web deploy, that's why I do it this way.

If you have existing Racket stuff you want to use, it's no help though. In which case, depending on what kind of graphics you're using, it might be worth considering a VM to run your executable, similar to what Internet Archive uses to run old games?