|
Project Information
Links
|
NOTE: This project has moved to GitHub: http://github.com/blixt/multifarce multifarce is a simple text adventure game where the idea is that the users contribute to the game. The user begins on a "frame" and has the ability to enter any "command". If the "command" does not exist, the user may create it. The user can then specify what "frame" the command should lead to. As the project progresses, more advanced features will be introduced, such as score/reputation (which enables more features to the user as it increases) for users to encourage high quality content. multifarce is developed in Python for Google App Engine and is currently hosted at http://multifarce.appspot.com/ This project also includes a Google Wave robot, which can be added to a Wave using the address multifarce@appspot.com. Due to its open API, it's very easy to create clients for it. All a client has to do is to maintain its state (frame and flags.) Here are a few examples of some clients currently available (all of these are included with the project source code): Web interfaceThe "real" client with the most functionality. Google Wave robotA simple robot that keeps its state in its last outputted blip. A response to the blip will be considered a command. This way, a single wave can have threaded adventures (i.e., you can continue an adventure from any previous point in the wave.) Console applicationBack to basics! A very simple console application used as an example on how to make a client. |