Game-of-Life and ToggleGame (with source code)

I’ve been enjoying playing around with Corona, and I put together a few “games” as I was learning the ropes.  I’m putting the source code up at github as a “Thank you!” to the too-many-to-be named people who answered questions and posted tutorials – the Corona community is a tremendous help to us newbies!

Game of Life sim:

Toggle Game:

  • Google Play
  • https://github.com/jbp4444/ToggleGame
  • you have a 3x3 grid of buttons, pushing any one button toggles one or more of the other buttons; the object is to get them all the same color (each game starts with a different, random set of connections between buttons)

Both games use the storyboard API with a somewhat kludgy hand-off to the game itself – I’d certainly appreciate feedback on how others manage that transition (so that you don’t have to program the whole game in storyboard, but that the game interactions can just be by themselves).