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

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

Awesome Lists containing this project

README

        

[![Run on Repl.it](https://repl.it/badge/github/osohq/polar-adventure)](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()`