I want to write a simple kid’s game. It would show something like “A B _ D”, then speak “What letter is missing?”. If you hit the “c” key, it would say “Congratulations!”. If you hit any other key, “Try again!”.
Anyone have pointers on game-creation frameworks? I’m looking for something cross-platform and very high-level. I want to be able to write and play the game in a few hours max.
These look hopeful: Scratch, LÖVE, Racket, Alice, Pygame.
I want this crawl version to be as simple as possible. Eventually I might want to add score tracking and animations.
I could also create a web-based game that would work, say, in a web browser on an iPad, but this smells a bit more complex than I’m hoping for right now.
Here are a couple other related links I came across while poking around:
We used Scratch and Game Maker Lite (http://www.yoyogames.com/gamemaker/studio) at coder dojo sessions here.
@omnidactyl – cool, thanks!
I ended up going with HTML5/Javascript (jQuery)/CSS. I decided a tablet (iPad, in my case) would be the best target.
http://adammonsen.com/tmp/lettergame/
It only works on the iPad right now. A little more work and it will be cross-platform, but I’m just doing the simplest thing first.