Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).