Skip to content

mantas6/survival-clicker

Repository files navigation

survival-clicker-legacy

Abandoned and unsupported

Development

Game logic is in script.js file, while purchasable items are listed in the document itself, see index.jade

Play the game here

Compiling

Install pug command line tool

npm i -g pug-cli

Compile the document template

pug index.jade

Open it in your preferred browser

chromium-browser index.html