https://github.com/gaming32/cop.exe
My PyWeek 0b11111 entry: You have been hired as the new operator of our robot police officer, COP.EXE.
https://github.com/gaming32/cop.exe
pygame python pyweek
Last synced: 12 months ago
JSON representation
My PyWeek 0b11111 entry: You have been hired as the new operator of our robot police officer, COP.EXE.
- Host: GitHub
- URL: https://github.com/gaming32/cop.exe
- Owner: Gaming32
- License: mit
- Created: 2021-03-30T16:15:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T23:24:00.000Z (about 5 years ago)
- Last Synced: 2025-06-17T04:02:01.870Z (12 months ago)
- Topics: pygame, python, pyweek
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COP.EXE
```
Hello and welcome!
You have been hired as the new operator of our
robot police officer, COP.EXE.
Type "help" for help.
```
...begins this text-based adventure about bringing a robber to justice.
You will find that although looking at the map is easy, controlling your robot may not be so easy as WASD... you have been warned.
## Text commands and movement
```
The basic commands are:
- help
- echo
- credits
- clear
To move around, use one of the following commands
followed by a space and the number of blocks to
move (you can move up to two blocks):
- left
- right
- up
- down
```
You can move up to two blocks in a single turn, but the enemy can only move one (except very occasionally he will move two).
## Running the game
This game requires Python 3.9 or later, as well as PyGame 2.0.0 or later.
You can run the game by running the `run_game.py` file with Python.
-----
This is my [PyWeek 0b11111](https://pyweek.org/31) (31) entry ([See Here](https://pyweek.org/e/Gaming32/)).