summaryrefslogtreecommitdiff
path: root/README.md
blob: 0e62f72183d6ba134e644842b96da6d8f3700bf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Wake up

Wake up is a simple adventure based on choice. Just select the options in the
menu and see what happens.

## Dependencies

You need to have `guile` installed.

## Running

Just run the script provided

```
$ ./run.sh
```

Or call with guile:

```
$ guile depre/main.scm
```