Coin Chase - BNU-CO453/ConsoleApps15 GitHub Wiki

App05: Coin Chase Game

Description

The object of this game is for the player to collect as many coins as possible before their energy runs out. The players energy is descreased by every move they make. An enemy character moves around and if the enemy collides with the player a life is lost. If the player looses three lives they have lost the game.

Features

  1. The player can move up, down, left and right by pressing the arrow keys.
  2. Coins appear ar random intervals and a random positions.
  3. The coins come in three colours, gold, silver and bronze and are worth different amounts when picked up.
  4. The player can pick up a coin by colliding with it, its value is added to the player's score.
  5. The players energy decreases for every move made. When the player's energy reaches zero, the game ends.
  6. An enemy will move across the play area from left to right and back again. At each edge of the play area the enemy is moved so that they are in line with the player.
  7. If the enemy collides with the player the player looses one of their three lives.
  8. If all three player lives are lost the game ends.