knexer / auto-puzzler

A simple game about writing code to assist in solving puzzles, built to learn React.
0 stars 0 forks source link

Combo thing to disincentivize guessing #27

Open knexer opened 1 year ago

knexer commented 1 year ago

fuck yeah

knexer commented 1 year ago

Upgrades to mitigate bad feels from forced guesses:

Also if you cap out the combo after like not that many consecutive wins, it won't feel that bad

knexer commented 1 year ago

UI-wise, add a panel under the title and money display that appears once combos are unlocked. It would show the current win streak, the combo multiplier, and have controls to enable/disable the auto-guesser, if applicable.

knexer commented 1 year ago

Initial balance for the combo thing: gives a +.25x money multiplier for each win - aiming to be the largest plausible value without massive cost rebalancing.

Caps out at a 4x multiplier, so 16 win streak.

Would be a fairly cheap early-mid game upgrade, maybe like ~$10-15?

Further upgrade options:

knexer commented 1 year ago

MVP in! Some implementation differences from what I outlined above, so a summary:

Further thoughts: