UC MUD

From UtterChaos
Revision as of 16:56, 19 October 2011 by Aurora (Talk | contribs)

Jump to: navigation, search

MUDs are a little out of date, but modern coding techniques make it an interesting idea.

World Planning

We need a world to make. Probably (high) fantasy, with different fantasy races and such. Sword and sorcery. Weapons, armor, and magic, etc. Also, the landscape: cities and towns, oceans, plains, mountains, dungeons.

Code Planning

Start very basic, build from there (agile). Need a place to be (rooms) and a person to be (avatar--to become characters). Also need an idea of how to interact with the game, and with other characters. Eventually add in items, combat, etc.