Project 1
This is my biggest python project, its a small game in pygame based around getting new high scores.
There are enimies falling from the top of the screen, falling at random speeds while the player
has to
dodge them and collect points. If the player hits an enemy they loose a point,
There are
multiple game modes, timed and infinite. Timed has a 60 second limit where the goal is
to get
a high score which is saved in a seperate document, the same is said for the infinite game
mode
where the timer keeps counting up indefinitly.