Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 737 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 737 Bytes

A rain of coins

Simple game for the completion of the Advanced Course in Programming with Python (2024 version) offered by the Department of Computer Science at the University of Helsinki through the MOOC (Massive Open Online Courses) platform

Rules

  • The player moves the robot to the left and right along the bottom of the screen using arrow keys.
  • Coins rain from the sky. The robot must collect all of these. Each coin gives 1 point.
  • If you reach the required number of points (displayed on the top right), you win.
  • Also monsters rain from the sky. The robot must avoid these. Each monster removes 1 point.
  • If you miss a coin, you lose.
  • You must win 5 levels to win the whole game.