itch.io is community of indie game creators and players

Devlogs

v1.4.1

Incremental-v1.4.2
A browser HTML5 Game made in HTML5

Regular Click Button
The Upgrades
The Statistics
Achievements

Updated

  • Max Amount of Upgrades
  • Achievements Separated into another script file
  • Functions put into a const instead of a just a function
  • Buy Amount Added
  • Watermark on website added

Fixed Bugs

  • Right Arrow disappeared when exiting on the second section in the upgrades and going back into the upgrades

Code

//HTML
<div id="perbuy" onclick="gamefunction.upgrades.buy.buy();"> Buy: 1x </div>
//JS
max: {
    clicks: 60,
    luck: 10,
    luck_multiplier: 5,
    autoclickers: 60,
    bots: 60,
    macros: 45, 
}
/* Functions (Game Mechanics) */
const gamefunction = { }

Files

  • Version 1.4.1 8 kB
    Mar 27, 2022
  • zip file
    Mar 29, 2022
  • tar.gz file
    Mar 29, 2022
Download Incremental-v1.4.2
Leave a comment