An exponential growth idle game, the first version was programmed in Javascript on the iOS notes app with no indentation and no way to test that the code worked.
Made with Typescript, Webpack, Vanilla JS, Sass CSS
clicker
a game where you click buttons in order to get more buttons to click
play at https://clicker.pfg.pw/
development
setup
run
yarn install
watch build
run yarn watch
in one terminal and yarn serve
in another
build
run yarn build --mode production