An open API service indexing awesome lists of open source software.

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.

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/)).