A Blog

Things I Learned While Making a Simple Game For My Daughters

March 21, 2013

Game Image

Recently I put together a basic iPad game for my girls (aged 5 and 2). It’s the first real1 game I’d ever created and I found the process to be interesting enough to warrant some writing. I thought it might be fun for them to have a game that stars both of them exploring the house and finding treasure.

Thing 1. It was much easier than I thought it would be. I wanted it to have an 8 or 16 bit Zelda mechanic - top down view, dpad to move around. Turns out this is a road that has been well-trodden. I found some great tutorials and tools to make the process go fast. Of course, this didn’t prevent a couple of head-desk-smashing newbie mistakes, but overall wasn’t too bad.

Tools I found useful:

Cocos2d The engine that runs the game. I found their API to be pretty easy to understand.

Tiled Map Editor What I used to make the map. Kind of like how Photoshop works with layers.

Texture Packer Used to make sprite sheets.

Lastly, I found the tutorials on raywenderlich.com to be invaluable (though some of the sample code had typoes).

Thing 2. Making graphics is not my forté. I found a lot of decent sprites and tilesets to use, but modifying them was tedious. If I ever decide to make something to release commercially, I’ll definitely have to outsource the art.

After some poking around I ended up using a bunch of sprites from these two sources: Pixelated world and Sithjester

Thing 3. My girls struggled with the virtual dpad. They are quite adept and using the iPad and other kids games (especially the Toca Boca ones), but couldn’t get the knack for the dpad. It is in the lower left corner, and my older daughter kept trying to tap it with her right hand, obscuring the screen. She also kept trying to control movement by swiping, which makes sense given her background with other apps. The character on screen was probably moving too quickly for her to track easily as well.

Thing 4. Despite Thing 3, both of them loved it. I made character sprites that resembled both of them, and recorded their voices and used them as sound effects. And the map kind of resembles our house too. We spent about a half hour taking turns while Mommy was making dinner.

What I discovered is that the programming and art for making a good, relatively simple game isn’t a big barrier; it’s using both of those within the boundaries of time to make a fun and compelling experience that is the challenge.

Ultimately, I had a lot of fun making it. Now that I have a good idea of what’s involved, I might try my hand at a real product to sell.

  1. I’d made games way back in the day on my TI calculator in High School, but those used the TI Basic and therefore don’t count. I also made a pong clone using XNA one time.

Scott Williams

Written by Scott Williams who lives and works in sunny Phoenix, AZ. Twitter is also a place.