https://github.com/osohq/polar-adventure
An adventure game written in polar
https://github.com/osohq/polar-adventure
Last synced: 6 months ago
JSON representation
An adventure game written in polar
- Host: GitHub
- URL: https://github.com/osohq/polar-adventure
- Owner: osohq
- Created: 2020-10-01T14:22:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-21T13:52:25.000Z (about 4 years ago)
- Last Synced: 2024-04-21T08:19:26.718Z (about 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://repl.it/github/osohq/polar-adventure)
# **STOP!**
If you want to enjoy the game as intended you may **ONLY** look at `commands.polar`
Looking at any other file contains major spoilers!Polar adventure requires oso
```shell
$ pip install oso==0.7.0
$ python game.py
```Have fun!
## Hints
- Things printed in blue are to be passed in as strings. eg: `look("envelope")`, `go("iron gate")`
- Things printed in green are commands. eg: `north()`