Difference between revisions of "UC MUD Code Planning"
From UtterChaos
| Line 8: | Line 8: | ||
* Items | * Items | ||
* Characters | * Characters | ||
| − | * Monsters | + | * Monsters/NPCs |
| + | |||
| + | ==Interaction== | ||
| + | * Modeling NPCs as computer-controlled PCs | ||
| + | * Objects with built in calls for actions? | ||
| + | * Characters as special kinds of items? | ||
| + | * Rooms as special kinds of items? | ||
| + | |||
| + | |||
[[UC_MUD]] | [[UC_MUD]] | ||
Revision as of 14:23, 20 October 2011
Interface and code
- Web based?
- AJAX?
- Rails?
Database
- Rooms
- Items
- Characters
- Monsters/NPCs
Interaction
- Modeling NPCs as computer-controlled PCs
- Objects with built in calls for actions?
- Characters as special kinds of items?
- Rooms as special kinds of items?