oubiwann / peloid

It's like a MUD. But better.
MIT License
1 stars 0 forks source link

Connect shell, rooms, and players #30

Open oubiwann opened 11 years ago

oubiwann commented 11 years ago

For starters, when a player enters a room, as part of parsing the command for "enter" or "go", the room's description should be updated. Similarly, the player's whereabouts should be updated.

oubiwann commented 11 years ago

There is currently no player object, so that needs to be done first.