From bf4f532643776560e4f33fc3572767f6b1b480cd Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Apr 2021 23:57:09 +0200 Subject: [PATCH] Update the evscaperoom README --- evennia/contrib/evscaperoom/README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/evennia/contrib/evscaperoom/README.md b/evennia/contrib/evscaperoom/README.md index 8cf8930e74..113897b409 100644 --- a/evennia/contrib/evscaperoom/README.md +++ b/evennia/contrib/evscaperoom/README.md @@ -4,9 +4,15 @@ Evennia contrib - Griatch 2019 This 'Evennia escaperoom game engine' was created for the MUD Coders Guild game Jam, April 14-May 15 2019. The theme for the jam was "One Room". This contains the -utilities and base classes and an empty example room. The code for the full -in-production game 'Evscaperoom' is found at https://github.com/Griatch/evscaperoom -and you can play the full game (for now) at `http://experimental.evennia.com`. +utilities and base classes and an empty example room. + +The original code for the contest is found at https://github.com/Griatch/evscaperoom +but the version on the public Evennia demo is more updated, so if you really +want the latest bug fixes etc you should rather look at +https://github.com/evennia/evdemo/tree/master/evdemo/evscaperoom instead. +A copy of the full game can also be played on the Evennia demo server at +https://demo.evennia.com - just connect to the server and write `evscaperoom` +in the first room to start! # Introduction