Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phuang1024/geochase
Play cops and robbers using the local geography.
https://github.com/phuang1024/geochase
Last synced: about 2 months ago
JSON representation
Play cops and robbers using the local geography.
- Host: GitHub
- URL: https://github.com/phuang1024/geochase
- Owner: phuang1024
- License: agpl-3.0
- Created: 2024-04-06T19:59:38.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-14T01:20:30.000Z (9 months ago)
- Last Synced: 2024-05-21T08:18:29.082Z (8 months ago)
- Language: Python
- Homepage:
- Size: 8.85 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GeoChase
Play tag using the local geography.
![](https://github.com/phuang1024/GeoChase/blob/master/examples/sample1.jpg)
## Gameplay
There are three types of players:
- Robbers need to collect Targets --- randomly placed points on the map.
- Cops need to catch Robbers.
- Helicopters can see all players on the map.
They do not directly catch Robbers,
but can provide information to Cops.Communication between like player types is encouraged.
## Usage
`python src/server/main.py` once to start the server.
`python src/client/main.py` as many times as needed.
### Hotkeys:
- `WASD` or arrow keys to move.
- `v` to change window view mode.
- `i` to toggle info style.
- `b` to toggle drawing buildings (slow).
- `p` to toggle draw all paths and roads.
- `c` to toggle show collision surface.