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

Yeah the settings are a huge bummer to me. I was racing to get that in under the wire so players could tweak timing and controls to make it easier/harder based on their desired experience.

From menus to animations it's all just HTML and CSS. For scripting logic, timing and input, I used Elm which is a compiled-to-javascript functional language/framework. I shared the source on discord if you'd like to take a peak.

cool! i actually made my own canvas framework / engine in JS but it's always cool to see a stripped down approach as it reminds me when i only started making it