The Basics
We’re building a MMO in Django, initially based on Game Neverending. See GNE Museum for details on the original.
Project Home – http://code.google.com/p/django-mmo/Grab the Repository – svn checkout http://django-mmo.googlecode.com/svn/trunk/
Recent Commits
-
118 was committed 3 months, 3 weeks ago.
Added in notes support. You cannot currently edit notes, just view already created notes.
-
117 was committed 4 months ago.
Inventory tab now displays current weight and max weight. This doesn’t affect what you can pick up, yet.
-
116 was committed 4 months ago.
fixed issue #2 and cleaned up code a bit
-
115 was committed 4 months ago.
Actually added color, instead of a madeup bugfix. Fixes Issue 2
-
114 was committed 4 months ago.
Added “You” for each user instead of username when posting to chat [#2 status:resolved]
-
113 was committed 4 months ago.
Moved CSS to external file and removed reminant cruft from whoshere/whatshere that is overriden by js
-
112 was committed 4 months ago.
Added feedback if you are alone in a room
-
111 was committed 4 months ago.
Added feedback if you were in an empty room.
-
110 was committed 4 months ago.
Added in who is here polling (fixed)
-
109 was committed 4 months ago.
Adding in `what is here` polling (unbroken, this time)