# 狂想空间 / Rhapsody Realm > slug: `kxkj` · browser status: `playable` · native port: `40047` Both the game configuration and the in-game banner call it "Rhapsody Realm" — the archive filename's "New Rhapsody Realm II" is a title the collecting site added, not the game's real name. It's set in an "ancient China" jianghu built around sects, gangs, and the cultivation of qinggong (lightness skill) and neigong (internal power); the newcomer's start room lays out a full orientation menu (introduction, quick command reference, gang/sect overview, tips) aimed squarely at first-time MUD players. Character creation distributes points across seven stats — physique, willpower, comprehension, courage, bone structure, spirituality, and appearance — with an eighth, "bone structure/fortune," auto-computed from whatever points remain. It's a venerable mudlib engine dating to 1995 ("ES II" / Eastern Stories II architecture), released in 2002 by Taiwanese wizard wade, and belongs to the same large ES II family as this project's es1_win, esI, xkx2001, and Liaoning Hotline Station archives, among others. ## Play in the browser (WebAssembly) - Landing page (description + notes): https://mudlibs.fluffos.info/kxkj/ - Play now (boots the WASM driver): https://mudlibs.fluffos.info/kxkj/play.html ## Download source ZIP - Same-origin ZIP (trimmed source tree, no need to clone the whole repo): https://mudlibs.fluffos.info/kxkj/kxkj.zip - GitHub tree: https://github.com/fluffos/mudlibs/tree/main/libs/kxkj - README: https://github.com/fluffos/mudlibs/blob/main/libs/kxkj/README.md - Restoration notes (NOTES.md): https://github.com/fluffos/mudlibs/blob/main/libs/kxkj/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 `kxkj.zip` from the URL above (or clone `https://github.com/fluffos/mudlibs` and use `libs/kxkj/`). 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:40047`. - 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/kxkj/llms.txt