From 714ac38418e87b7845c939e79ea50054c16c8c16 Mon Sep 17 00:00:00 2001 From: jbillmann Date: Mon, 22 Jul 2013 10:24:51 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dbb227d..1bb6cff 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ # GarageServer.IO A simple, lightweight, HTML multiplayer game server (and client) for Node.js -Features --------- +## Features -How to use ----------- +## How to use -Resources ---------- +## Resources -License -------- +## License [MIT License](https://github.com/jbillmann/GarageServer.IO/blob/master/LICENSE.md) From 9984133ca1af03c7e93b794545539de922517faf Mon Sep 17 00:00:00 2001 From: jbillmann Date: Mon, 22 Jul 2013 12:32:08 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1bb6cff..11a842a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js ## Features +- Authoritative Game Server +- Client Side / Input Prediciton +- Client Side Smooting +- Entity Interpolation +- Server State History +- Server and Client Messaging ## How to use From 9eb25221173c73a1b51713703b28a21462dbc57d Mon Sep 17 00:00:00 2001 From: jbillmann Date: Mon, 22 Jul 2013 12:47:56 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a842a..75c1e7d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,19 @@ A simple, lightweight, HTML multiplayer game server (and client) for Node.js - Server and Client Messaging -## How to use +## Quick Start + +### Client + + +### Server + +## API + +### Client + + +### Server ## Resources