** THIS PROJECT HAS BEEN SUPERCEEDED BY Akrios-II at https://github.com/bdubyapee/akrios-ii/
Another Python MUD (APM), is a MUD (Multi-User Dungeon) engine written in Python. The design is loosely based on the original merc/diku/ROM style of MUDs. The purpose is to create a general use MUD that offers features not found in other similiarly styled games.
What is a MUD? http://en.wikipedia.org/wiki/MUD
What is Python? http://www.python.org/
Current Python Development Version: 3.2.3
Tested up to, but not supported on: 3.3.0a3
I develop on Windows 7 currently. You will need to modify world.py to match your OS/setup. There is also a WingIDE project file in the /src folder if you happen to use Wing.
Start by running apm.py. You should then be able to telnet to localhost port 4000. I recomend PuTTY as a telnet client as that is the one I use to test with. Any 'non-windows' telnet client should work, however I haven't tested many of them.
There is a generic admin character already created:
Username: newadmin
Password: password
I can be reached on:
GitHub
http://www.python-forum.org/ (the Game Programming sub). (bwp)
APM - Another Python Mud Copyright (C) 2012 bdubyapee (BWP) p h i p p s b @ g m a i l . c o m
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.