Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrorbite/textgame
Some sort of text-based MUD-like thing.
https://github.com/terrorbite/textgame
mud-server ssh-server text-adventure-engine
Last synced: about 1 month ago
JSON representation
Some sort of text-based MUD-like thing.
- Host: GitHub
- URL: https://github.com/terrorbite/textgame
- Owner: TerrorBite
- Created: 2014-09-14T14:50:33.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T09:05:12.000Z (over 2 years ago)
- Last Synced: 2024-10-27T16:46:35.939Z (3 months ago)
- Topics: mud-server, ssh-server, text-adventure-engine
- Language: Python
- Homepage:
- Size: 206 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Hacktoberfest 2020
Looking to contribute a pull request for Hacktoberfest? Here's some ground rules:
* Trivial pull requests (spelling corrections, pointless edits, etc) will be closed, and may be marked as spam.
* Pull requests should contain actual code changes.
* Code contributed should either add a new feature, improve an existing feature, or fix a bug.If you are genuinely looking to contribute to open source, then your pull request will be welcome. If you're only in it for the shirt, then it will not be welcome.
# About This Project
This is an experimental [TinyMUCK](https://en.wikipedia.org/wiki/TinyMUCK) -like server.
One of the interesting features of this software is that it can be accessed using any SSH client, as well as a dedicated MUCK client such as tinyfugue or BeipMU.
At the moment, documentation is sparse. You can [view the incomplete Markdown docs](http://terrorbite.viewdocs.io/textgame/), or you can read [the text file where I scribble down notes and ideas](textgame.txt).