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 !
mmo / README.markdown
100644 22 lines (15 sloc) 0.573 kb

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