https://github.com/zot/textcraft
A peer-to-peer, text-based mud; players own their MUDs and can allow others to copy them
https://github.com/zot/textcraft
Last synced: 12 months ago
JSON representation
A peer-to-peer, text-based mud; players own their MUDs and can allow others to copy them
- Host: GitHub
- URL: https://github.com/zot/textcraft
- Owner: zot
- License: mit
- Created: 2020-03-22T16:59:20.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-15T20:51:13.000Z (over 5 years ago)
- Last Synced: 2025-04-15T02:45:52.800Z (12 months ago)
- Language: JavaScript
- Homepage: https://jams.gamejolt.io/advjam2020/games/purgatory/492605
- Size: 2.71 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# TEXTCRAFT
Textcraft is an oldskool text-based MUD with a twist -- it's peer-to-peer.
There are no servers. YOU own your data.
It relies on [libp2p](https://github.com/libp2p/go-libp2p) for peer-to-peer networking and uses [libp2p-websocket](https://github.com/zot/libp2p-websocket) to connect browsers to libp2p.
For many more details, see this [readme](html/README.md)