From 4873cbbccdc64a71cf36f202d6e1cae2fc2b1b21 Mon Sep 17 00:00:00 2001 From: Jeremiah Billmann Date: Sat, 27 Jul 2013 18:14:33 -0400 Subject: [PATCH] Progress: Documentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b7a707e..0d240e5 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js ## Quick Start +Create a quick game whereby players simply move squares along the x-axis. (I know, it's boring, but it keeps things simple.) + ### Server **1.** Create instance of GarageServer.IO - pass in a Socket.IO instance and GarageServer.IO options