Moving Shapes

movingshapes

Github: Repository

Mini game made using java. The user gain points by clicking on the moving square.

        Rules:

  • shapes change color according to time
  • 1 point for destroying a green shape
  • 2 points for destroying blue shape
  • 3 points for destroying a red shape
  • 4 points for a grey shape
  • Deducts 1 point when the user clicks on a black shape
  • Penalized for letting a shape get too old
  • The program ends when the time limit (counter ==2000)