LoganCSC / MapLand

An android app that allows users to buy and sell fictional properties overlaid on real geography.
0 stars 0 forks source link

Increase cost of property after purchase #20

Closed barrybecker4 closed 9 years ago

barrybecker4 commented 9 years ago

Everytime a property is purchased its cost should increase by x%. This will prevent too many purchases in quick succession. The percentage is something that can be configured per game.

barrybecker4 commented 9 years ago

This is working now. The property value goes up 10% after each purchase. The percent increase should be a parameter of individual games.