Skip to content
View FullCircleMUD's full-sized avatar

Block or report FullCircleMUD

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fullcirclemud/README.md

FullCircleMUD

A living world that remembers everything.

FullCircleMUD is an old-school text-based multiplayer game — a MUD in the tradition of the 1990s classics — rebuilt from the ground up with a modern twist: true ownership on the blockchain.

Gold and resources are issued currencies on the XRP Ledger. Crafted items are NFTs. Trade with other players, export to your own wallet, or keep adventuring. When you log off, your items don't disappear into a company database. They persist on the ledger. Yours.

Repositories

The game

Repository Description
game Game server — Evennia/Django, combat, economy, quests, AI NPCs
fcm-umbrella Development workspace — system design docs and the shared tooling that spans every FCM repo
temp-website Holding site for fcmud.world during pre-alpha — Astro, static output

Evennia libraries

Reusable extensions to Evennia, written for FullCircleMUD but not tied to it. Each library ships with its own test data.

Repository Description
evennia-shards Split deployment and horizontal sharding for Evennia, selected by config alone
evennia-world-builder YAML-driven world building for Evennia
evennia-world-builder-test-yaml Test YAML for the world-builder library
evennia-mob-spawner Declarative YAML mob spawn system for Evennia
evennia-mob-spawner-test-yaml Test spawn YAML for the mob-spawner library
evennia-mob-spawner-test-world Test world for the mob-spawner library
evennia-yaml-reader YAML reader with GitHub and local implementations, used by the libraries above

Blockchain services

Repository Description
nft_api NFT metadata API — XLS-24d compliant metadata service for XRPL marketplaces
cosigner XRPL co-signing service — multisig transaction validation and co-signing

World and reports

Repository Description
lore World lore — YAML knowledge base for NPC intelligence
design Design documents — economy models, combat architecture, world structure
transparency Game economy reports and compliance framework

Play

https://fcmud.world

FullCircleMUD is in pre-alpha development. Join the community to follow progress and get early access when alpha opens.

Source Available

FullCircleMUD source code is publicly available under the Business Source License 1.1. On 2030-03-31, the licence converts to AGPL-3.0.

Transparency

FullCircleMUD publishes periodic game economy reports covering gold circulation, player activity, and operating expenses. We think players deserve to know how the game economy is managed.

Reports are published at github.com/fullcirclemud/transparency

Discord

https://discord.gg/j8b5GkysM3


Built with XRP Ledger — fast, low-cost, and decentralised.

Popular repositories Loading

  1. game game Public

    FullCircleMUD game server — a text-based multiplayer world where everything you earn lives on the XRP Ledger

    Python 1

  2. transparency transparency Public

    FullCircleMUD monthly financial reports, reserve disclosures, and compliance framework — published as a commitment to player transparency

  3. fullcirclemud fullcirclemud Public

    FullCircleMUD — a text-based multiplayer world where everything you earn lives on the XRP Ledger

  4. nft_api nft_api Public

    An api for serving requests for data about game NFT's from the NFT's uri

    Python

  5. lore lore Public

    The lore of the FullCircleMUD world

  6. design design Public

    FullCircleMUD design documents — world structure, economic design, and technical decision records