stefan-brus / mushroom-viking

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

Add upgrades #24

Open stefan-brus opened 10 years ago

stefan-brus commented 10 years ago

Add upgrades that are purchaseable for mushrooms. These upgrades could, for example, increase the overall mps, or the mps of a clicker, by a percentage.

When it comes to displaying them, the best alternative I can come up with for now is to create a tab next to the "Auto-pickers" header, giving the lower part of the game box what is essentially tabbed browsing.

This tab should not be displayed until the player has enough mushrooms for an upgrade, and upgrades for individual clickers should not be displayed until the player owns at least one of that clicker.

There should also be information about purchased upgrades in the statistics box. Whether or not this should be done with tabs is up for investigation.

This might require resizing the game boxes, which is really a separate issue, or possibly part of #20.

The upgrades should have little icons, but this is probably part of #20.

stefan-brus commented 10 years ago

Another upgrade to consider is number of mushrooms/click.

stefan-brus commented 10 years ago

Displaying statistics about upgrades is not necessary, since the upgrade system will be based on levels instead of individual upgrade items.