Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wesker-albert/cibo
An experimental MUD server, written in Python. Object-oriented and event driven.
https://github.com/wesker-albert/cibo
dungeon game mud multiplayer python server telnet
Last synced: about 2 months ago
JSON representation
An experimental MUD server, written in Python. Object-oriented and event driven.
- Host: GitHub
- URL: https://github.com/wesker-albert/cibo
- Owner: wesker-albert
- License: other
- Created: 2023-04-09T22:48:35.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-25T14:52:36.000Z (12 months ago)
- Last Synced: 2024-01-25T15:59:10.298Z (12 months ago)
- Topics: dungeon, game, mud, multiplayer, python, server, telnet
- Language: Python
- Homepage:
- Size: 487 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# CIBO
(SEE-boh)
An experimental MUD server, written in Python. Object-oriented and event driven.
## What is a "MUD"?
* [Wikipedia: Multi-user Dungeon](https://en.wikipedia.org/wiki/Multi-user_dungeon)
* [Medium: What Are They? And How to Play](https://medium.com/@williamson.f93/multi-user-dungeons-muds-what-are-they-and-how-to-play-af3ec0f29f4a)## Why?
I loved MUDs as a teen. They were like living, breathing choose your own adventure books.
When I first started my career as a software engineer, I knew there was a possibility
that I'd be working in Python, but at that point I had virtually no experience in it.
I needed a learning project that interested me, that I could hack around with and
get a basic feel for the language.That project ended up being a sloppy bowl of spaghet, that I dubbed "Office Crawler."
It was a very rudimentary MUD server with a map based upon the floorplan of the office
I was working in at the time. It wasn't pretty, and was hardly finished, but it
gave me the toe dip into the pool of Python that I wanted.Fast forward to now, years later. Cibo is an attempt to pick up what I started with
Office Crawler. But this time it's a new learning project, where I can practice more
advanced architectural designs and patterns that I've learned since, or been curious
about but haven't gotten the professional opportunity to try.## Current state:
All changes can now be viewed in the [CHANGELOG](CHANGELOG.md),
which is automatically generated in-house via a fork of [gitchangelog](https://github.com/wesker-albert/gitchangelog).