From eac87300d2efb58ce17f5cd392e4352c371b1755 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 11 Oct 2001 04:19:32 +0000 Subject: [PATCH] Design edits. Moved MiCasa into the Narya package because it needn't be its own separate project and it fits in more nicely now that we've renamed everything. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@433 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- docs/design.txt | 15 +++++++++------ docs/micasa/design.txt | 11 +++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/docs/design.txt b/docs/design.txt index abbc195ae..95b476846 100644 --- a/docs/design.txt +++ b/docs/design.txt @@ -54,12 +54,12 @@ we provide. ** Come into my parlor The Parlor services branch off into all sorts of interesting directions based on the different kinds of games that are implemented with the -system. We provide matchmaking lobbies, an extension of the room concept -to the game room, on top of which is provided a framework for managing -generic turn-based games, and various other useful services. Again the -philosophy is to provide consistently designed, but decoupled services -that can be used within and along side whatever design works best for your -game. +system. Parlor provides matchmaking services, the concept of a game room +which is an extension of the place concept provided by Crowd, a framework +for managing generic turn-based games, and various other useful +services. Again the philosophy is to provide consistently designed, but +decoupled services that can be used within and along side whatever design +works best for your game. ** Visualized whirled peas The Whirled services provide support for building online world games that @@ -79,3 +79,6 @@ they are up to date. ** Nodemap Services for displaying maps made up of connected nodes. + +** MiCasa +Services for hosting and matchmaking games built with Parlor. diff --git a/docs/micasa/design.txt b/docs/micasa/design.txt index b58a3848f..434cf60ab 100644 --- a/docs/micasa/design.txt +++ b/docs/micasa/design.txt @@ -1,14 +1,13 @@ -Mi Casa Design -*- mode: outline -*- +MiCasa Design -*- mode: outline -*- * Overview - -The Mi Casa service is a combination of a game server and a client +The MiCasa service is a combination of a game server and a client framework for hosting relatively simple, networked, multiplayer games. The service is designed for hosting games implemented using the Parlor -services and built on top of the Cocktail networking platform. +services and built on top of the Presents networking platform. -The Mi Casa service is comprised of a server that can be configured to -have any number of lobbies in which users can get together to play games. +The MiCasa service is comprised of a server that can be configured to have +any number of lobbies in which users can get together to play games. * Notes Maybe move lobby stuff into parlor.