# 梦幻七域 (The Dream of Seven / dreamofseven) / The Dream of Seven > slug: `dreamofseven` · browser status: `playable` · native port: `40240` A Taiwan-origin wuxia MUD dating to February 1999, built on a distant, independently-forked branch of the ES II/Annihilator lineage. Two large regions, world1 and world2, hold content stitched together by many different wizards over the mud's history -- one contributor alone ('tmr') built an entire multi-zone questing area spanning a barbarian island, a dead forest, a mist forest, a whale river and forest, and a Taoist sect compound. New characters register with a Chinese name, choose one of six races (human, immortal-sect, demon, beast-kin, tiger-folk, or titan), and land in 朝天樓 (Chaotian Tower), an inn beside the fictional Chaotian Lake staffed by a newbie tutor and a waiter NPC, with a 500+ message community bulletin board posted right in the entryway. Sect membership is discoverable rather than menu-driven: joining the Baji Fist sect (八極門) requires finding a password phrase carved into a wall plaque inside its own hall before the sect teacher will accept a student. Skills are trained and advanced through slist/train/level/advance commands, and the game's own go command intentionally suppresses failure messages on blocked exits so that other verb handlers can take over cleanly. ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/dreamofseven/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/dreamofseven/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/dreamofseven/dreamofseven.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/dreamofseven - README: https://github.com/fluffos/mudlibs/blob/main/libs/dreamofseven/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/dreamofseven/NOTES.md ## Run natively with FluffOS 1. Build a current FluffOS driver from https://github.com/fluffos/fluffos (native `build` / `build-debug`; see that repo's docs). 2. Download and unzip `dreamofseven.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/dreamofseven/`). 3. From the unzipped lib directory, ensure `config.fluffos` points `mudlib directory` at this tree (the checked-in file may contain a maintainer-local absolute path — edit it to your extract path). 4. Start the driver: ```bash /path/to/fluffos/build/src/driver config.fluffos ``` 5. Connect a UTF-8 MUD client to `127.0.0.1:40240`. - Admin / wizard login: `fluffos` / `Mud@2026` - If you host this on a public network, change the published default admin password before opening the port. ## Machine-readable catalog - Site-wide catalog: https://mudlibs.fluffos.info/games.json - Site-wide LLM overview: https://mudlibs.fluffos.info/llms.txt - This file: https://mudlibs.fluffos.info/dreamofseven/llms.txt