User:Veganzombeh/CountingButDifferent: Difference between revisions
miraheze>Veganzombeh Created page with " == Counter == Each player has an Income, which starts at 1, and a Counter, which starts at 0. Once per phase, each player may increment their Counter by their Income. == Reinvestment == Players may subtract 1 from their Counter to increase their Income by 0.01. == Winning == At the end of each phase, a random Winning Threshold is generated between 0 and 1000, not limited to integers. Any players whose Counter is greater or equal to the Winning Threshold win." |
miraheze>Veganzombeh |
||
Line 4: | Line 4: | ||
== Reinvestment == | == Reinvestment == | ||
Players may subtract 1 from their Counter to increase their Income by 0.01. | Players may subtract 1 from their Counter to increase their Income by 0.01 as long as their Counter is greater than 0. | ||
== Winning == | == Winning == | ||
At the end of each phase, a random Winning Threshold is generated between 0 and 1000, not limited to integers. Any players whose Counter is greater or equal to the Winning Threshold win. | At the end of each phase, a random Winning Threshold is generated between 0 and 1000, not limited to integers. Any players whose Counter is greater or equal to the Winning Threshold win. |
Revision as of 23:00, 8 September 2022
Counter
Each player has an Income, which starts at 1, and a Counter, which starts at 0. Once per phase, each player may increment their Counter by their Income.
Reinvestment
Players may subtract 1 from their Counter to increase their Income by 0.01 as long as their Counter is greater than 0.
Winning
At the end of each phase, a random Winning Threshold is generated between 0 and 1000, not limited to integers. Any players whose Counter is greater or equal to the Winning Threshold win.