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 /
name age message
file .gitignore Tue May 13 00:21:05 -0700 2008 Added a gitignore, and put some stuff in the re... [swsnider]
file README.markdown Wed May 14 00:08:24 -0700 2008 added readme stuff [swsnider]
directory client/ Wed Jul 30 00:13:26 -0700 2008 adding world model [swsnider]
directory demos/ Tue Aug 26 02:59:08 -0700 2008 fixing worldgen bug [swsnider]
directory docs/ Tue Jul 29 21:32:06 -0700 2008 transitioning to curses/roguelike interface [swsnider]
directory engine/ Thu Jun 12 12:03:04 -0700 2008 fixed the table constructor logic and a gaping ... [swsnider]
directory lib/ Tue Jul 29 22:21:25 -0700 2008 more client code. Does it work? [swsnider]
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