tomba
chiroptera
Chiroptera is a MUD client written in C# and uses IronPython as a scripting language. It runs on Windows and on Linux. Windows version has a graphical user interface. Linux version has a text interface with 256 color support.
-
Cloning this repository:
git clone git://gitorious.org/tomba/chiroptera.git chiroptera cd chiroptera
Add this repository as a remote to an existing local repository:
git remote add chiroptera git://gitorious.org/tomba/chiroptera.git git fetch chiroptera git checkout -b my-local-tracking-branch chiroptera/master_or_other_branch
- Branches:
- master


