From 5a7234ade41b1009258f5a6c08b5c935caf29103 Mon Sep 17 00:00:00 2001 From: logsol Date: Sun, 1 Jul 2012 17:51:36 +0200 Subject: [PATCH] added player movement on user input --- index.html | 1 + lib/Chuck/Control/InputControlUnit.js | 75 ++++++++++++++ lib/Chuck/Control/Key.js | 61 ++++++++++++ lib/Chuck/Control/KeyboardInput.js | 74 ++++++++++++++ lib/Chuck/Processor.js | 137 +++++++++++++------------- 5 files changed, 281 insertions(+), 67 deletions(-) create mode 100755 lib/Chuck/Control/InputControlUnit.js create mode 100755 lib/Chuck/Control/Key.js create mode 100755 lib/Chuck/Control/KeyboardInput.js diff --git a/index.html b/index.html index d9458ca..4695ec5 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,7 @@ Chuck +