# 西安交大西游记 / Xi'an Jiaotong University Journey to the West (Huanle Yuan) > slug: `xajdxyj` · browser status: `playable` · native port: `40179` Version 4.50 of "Mythical World: Journey to the West," branded in-game as Huanle Yuan ("Garden of Joy," subtitled "A Journey to the West, College Edition") — a MUD affiliated with the Terracotta Warriors BBS at Xi'an Jiaotong University. True to its title, the map follows Journey to the West mythology closely: Gao Village (with its own bedroom and backyard scenes), the Thirty-Three Heavens, the Garden of Immortal Peaches, Penglai, the South Sea, and the Heavenly Palace are all real, explorable waypoints along the pilgrimage route (a coincidental naming overlap with this collection's separate "Three Realms Mythology" family, not a shared codebase). The campus-BBS "college edition" framing carries through to a dedicated task/quest directory and a matching in-game "Happy Garden" scene. A distinctive quirk: the server enforces a 180-second post-boot connection-protection window, requiring the literal bypass phrase "let me join ok" as the first line sent to connect during that window — deliberate anti-flood/startup-stability design, not a bug. The death/revival cycle is driven by judge-NPC dialogue rather than room exits, and combat and message-board posting both round out the game. ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/xajdxyj/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/xajdxyj/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/xajdxyj/xajdxyj.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/xajdxyj - README: https://github.com/fluffos/mudlibs/blob/main/libs/xajdxyj/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/xajdxyj/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 `xajdxyj.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/xajdxyj/`). 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:40179`. - 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/xajdxyj/llms.txt