From bde1bcfb5343b7c35363c480d51d9172b4fe18a5 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 5 Nov 2022 18:23:36 +0100 Subject: Add runner and a README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..0e62f72 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3