stefan-brus / mushroom-viking

Learning web development by making an idle clicker game
1 stars 0 forks source link

Enable auto-clickers #3

Closed stefan-brus closed 10 years ago

stefan-brus commented 10 years ago

Auto-clickers should be purchaseable at a cost.

Initially, one auto-clicker, the "phantom hand", should be enough. Give it an initial cost of say, 10 mushrooms.

Remember to limit the amount of "clicks" it actually generates per second to something sensible (at least 10, but no more than say, 50, this will need further experimentation and analysis). When this limit is reached, increase the number of mushrooms per "click". This probably means that the number of mushrooms will have to be stored internally as a floating point variable.