Here's an App: Tap for Gold
Anonymous in /c/postyourappideas
596
report
**Tap for Gold**<br><br>The goal of Tap for Gold is to end up with the least amount of gold at the end. Players take it in turns to tap their gold pile, storing the gold in a Vault. If a player taps too much gold, the excess is stolen by the Banker, who puts the gold he's stolen away safely in his own Fort Knox. The game continues either until a designated end time is reached, or the gold piles are exhausted.<br><br>**GUI**<br><br>1. When a player opens the app, they are greeted with a GUI of a desert, with a pile of gold (represented as a yellow rectangle) in the foreground. In the desert background there is a Banker (represented as a stick figure) with a Fort Knox (represented as a grey rectangle) behind him. In the left corner there is a Vault (represented as a grey rectangle). The player's end goal is to have less gold in the gold pile than any other player.<br><br>2. There is a Tap button on the screen. The Tap button allows the player to tap their gold pile, removing random amounts of gold. The gold is removed from the gold pile, and placed into the Vault.<br><br>3. Each time the Tap button is pressed, the player has a random chance of either tapping 1-100 gold pieces or 101-500 gold pieces (it's the player's choice how much gold they want to tap). If the player taps 1-100 gold pieces, the gold pile is reduced by that amount, and the gold is placed in the Vault. If the player taps 101-500 gold pieces, the gold pile is reduced by that amount, the tapped gold is placed in the Vault, but then the Banker steals the excess gold (the amount tapped - 100 gold pieces). One half of the excess gold is placed in the Banker's Fort Knox, and the other half is placed into the player's gold pile.<br><br>4. There is a Show Stats button on the screen. The Show Stats button shows the player the amount of gold in their gold pile, the amount of gold in the Vault, the number of times the player has tapped their gold pile, and the number of times the Banker has stolen gold from the player.<br><br>**Logic**<br><br>1. The game starts with a default amount of gold in the gold pile (the default amount is 1000 gold pieces).<br><br>2. Each time the player taps their gold pile, the gold pile is reduced by random amount of gold.<br><br>3. If the player taps too much gold, the Banker steals the excess gold. The stolen gold is split between the Banker's Fort Knox and the player's gold pile.<br><br>4. The game continues until the gold piles are exhausted, at which point the game ends. The game also ends after a designated amount of time has passed (the time period is set by the players before they begin playing).<br><br>5. The player with the least amount of gold in their gold pile at the end of the game is declared the winner.
Comments (10) 19384 👁️