A simple square-based clicker game where the player taps/clicks a square to earn currency and improve how much the square adds per action. There are 3 shops: a CPT shop (Click Per Tap), a CPS shop (Clicks Per Second), and a Multiplier shop. The game also includes a stopwatch UI that tracks elapsed play time (no countdown, no target score, and no time limit). All listed upgrades buyable in their respective shops increase CPT or CPS by fixed amounts at the given tap-count costs; the Multiplier shop boosts the player’s total output via a multiplier (set up as an additional shop lane alongside CPT and CPS). The core loop is: tap the square → earn currency → buy CPT/CPS/multiplier upgrades → output increases → keep tapping/afk earning for larger totals as the stopwatch runs....more
A simple square-based clicker game where the player taps/clicks a square to earn currency and improve how much the square adds per action. There are 3 shops: a CPT shop (Click Per Tap), a CPS shop (Clicks Per Second), and a Multiplier shop. The game also includes a stopwatch UI that tracks elapsed play time (no countdown, no target score, and no time limit). All listed upgrades buyable in their respective shops increase CPT or CPS by fixed amounts at the given tap-count costs; the Multiplier shop boosts the player’s total output via a multiplier (set up as an additional shop lane alongside CPT and CPS). The core loop is: tap the square → earn currency → buy CPT/CPS/multiplier upgrades → output increases → keep tapping/afk earning for larger totals as the stopwatch runs.