From bfd38af8b838b1eaedbf884560b08c405e6b628b Mon Sep 17 00:00:00 2001 From: Kevin Dungs Date: Fri, 22 Aug 2014 00:31:23 +0200 Subject: [PATCH] Working on this A LOT. However, at this point this version is unfinished and DOESNT WORK! --- index.html | 7 +- js/app.js | 147 ++++++++++++++++++ js/game.js | 184 ++++++---------------- js/gameobjects.js | 372 ++++++++++++++++++++++++--------------------- js/helpers.js | 7 +- js/storage.js | 40 +++-- json/research.json | 81 ++++++---- json/upgrades.json | 3 + json/workers.json | 42 +++-- 9 files changed, 503 insertions(+), 380 deletions(-) create mode 100644 js/app.js diff --git a/index.html b/index.html index fb14983..3123dc3 100644 --- a/index.html +++ b/index.html @@ -88,8 +88,8 @@