From 9984133ca1af03c7e93b794545539de922517faf Mon Sep 17 00:00:00 2001 From: jbillmann Date: Mon, 22 Jul 2013 12:32:08 -0500 Subject: [PATCH] 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