Click

game.js
// click v0.1 // by Mae Moon // TODO: add saving function click() { score += 1; if (score >= 25) { unlockNewFeature(); } }