Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 880 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 880 Bytes

Call Police

Description

Call Police is a game where you have to call the police to help you. You have to collect 10 coin to call the police. If you collect 10 coin, you win. If you don't collect 10 coin, you lose. You can move the player with the arrow keys. If enemy touch you, you lose.

Requirements

Python

PyGame

Installation

$ pip install pygame
$ pip install pygame-menu

Run

$ python3 main.py

This is a inital version of the game. We will add more features by collaborating.