public
Description: MMORPG
Homepage:
Clone URL: git://github.com/swsnider/mmo.git
Click here to lend your support to: mmo and make a donation at www.pledgie.com !
elliotbay (author)
Sat Aug 23 18:05:59 -0700 2008
commit  f7de0292d965939c993bf2974f01312131d6ff9e
tree    c5bf2c26b4f3e35e6910762b1c74e2a674655642
parent  943c97b753f207b455840d40d3e46cb1fd5863d7
mmo /
name age message
file .gitignore Loading commit data...
file README.markdown
directory client/
directory demos/
directory docs/
directory engine/
directory lib/
README.markdown

MMO Project

Intro

This is Silas's first real try at creating an MMO based on his incredibly awesome ideas on what it should look like.

Architecture

The MMO consists of a bootstrap-style engine (hopefully). Basically, I implement the bare requirements for an engine, then a layer that improves on that, then user code.

Steps To Be Done

  • Finish the grammar parser
  • 'Steal' the grammar defs from Inform
  • 'Steal' the grammar subs from Inform
  • Figure out a language for Routines
  • Implement login and player persistence