• The plan is to allow users access to a set of stored procedures and other database objects that they will use to execute all game play. A front end can be built on top of these objects. If I ever get around to building a front end to this game it will execute the same set of procedures and it will not execute any special functionality that is not accessible to the end user. Anyone should be able to build a front end as it will be just a matter of reading data from procedures, tables, views, and functions and displaying it to the user. I plan on giving examples of game play using t-sql commands in future releases. The execute test.movementLocks is the being of a movement procedure that players will use to control their movement in the game. Article 4 will get into game play a little deeper.

    Steve
    http://stevefibich.net
    http://utilitydb.codeplex.com/