Hi,<p>I have no game development experience, but lately I've been having this urge to try it out as a way to challenge my Javascript skills. I'm wondering how I would create an extremely simplified version of these kind of games using HTML5 & Javascript:<p>http://adarkroom.doublespeakgames.com<p>http://dhmholley.co.uk/civclicker.html<p>http://hyperhippo.ca/games/adventure-capitalist/<p>They have a minimal UI and seem to rely on clicking to cause an upgrade, and using timers and loops to grow or update the available resources. Would someone be willing to break down the logic of how to accomplish these, or maybe point me to a tutorial that is specific to this type of game?
Here's a basic plunker I threw together. It has no loops or timers so it's all click based... but is this on the right track? <a href="http://plnkr.co/edit/7kEhr0fYIMNbL40Uedwn?p=preview" rel="nofollow">http://plnkr.co/edit/7kEhr0fYIMNbL40Uedwn?p=preview</a>