Skip to content

qian-27/Python-Own-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This small game was developed by me in the summer of 2022, while I was completing the Python Programming MOOC 2022 course. For more information about the course, visit https://programming-22.mooc.fi.

Game Rules

The robot follows the mouse's direction at a speed of +4.
The monster hunts the robot at a speed of +1.
The game will end immediately if the robot touches the monster or the blue door.
Each coin is worth 10 points, with a maximum score of 100 points for this game.

Installing pygame

To view the project you can download the zip file first and install the pygame with typing following code in your command line:

pip3 install pygame

Visuals

Game Success

game success

Game Fail

game fail

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages