My “Beginning Game Development with HTML 5” Project
So I’m taking the Beginning Game Development with HTML 5 course (or, participating in that study group), and I decided to blog about my project here.
The reason I’ve decided to take this class is to get the game my wife and I are working on, Азбука (Azbuka) back on track. The reason I stopped developing this game is because I got stuck on how to architect the game in a way that would allow rapid addition of logic to the game, since we had a lot of ideas on how to improve it beyond our initial vision.
The game is for pre-schoolers who want to learn the Russian language. It is a combination of starfall.com ABCs, a learning method called Азбука Жукова, and other ideas. At this point, the logic is really simple, although we want to add sever other things eventually. Specifically, we want to add an unhealthy amount of stats for the concerned parent, as well as the supermemo/spaced repetition method for faster, more effective learning.
Right now, the plan is to have a slide (as in slideshow) loop that is within a lesson loop. I am working on a more comprehensive, step-by-step task list.