Add the full EvscapeRoom game engine as a contrib

This commit is contained in:
Griatch 2019-06-18 19:38:53 +02:00
parent aa6b403cd1
commit addaacf5d0
13 changed files with 3509 additions and 0 deletions

View file

@ -163,6 +163,8 @@
### Contribs
- Evscaperoom - a full puzzle engine for making multiplayer escape rooms in Evennia. Used to make
the entry for the MUD-Coder's Guild's 2019 Game Jam with the theme "One Room", where it ranked #1.
- The `extended_room` contrib saw some backwards-incompatible refactoring:
+ All commands now begin with `CmdExtendedRoom`. So before it was `CmdExtendedLook`, now
it's `CmdExtendedRoomLook` etc.