For the last several months I have had great fun working with www.istoryapps.com. They are a publisher and developer of high quality books for the iPad. Most of you know me as a game developer, but my background is in education, specifically teaching children how to read using technology. I leveraged that experience to create games for adults such as WordPop! When I got the change to work on some children books I jumped at the chance. My role was to work with authors and illustrators and brainstorm with them how the team could transform their book into an interactive iPad iBook. There are several books in the queue at Apple but below is one of the first books I worked on. Working with Woody was fun and inspiring. The more he understood the platform the more ideas we had. Well, enough writing. Please watch the video below and let me know what you think.

Last week, on May 13, we submitted an update to WordPop! iPad to Apple. We were excited about this new release because it supported landscape. Players would be able to enjoy WordPop! Volt on the iPad in all orientations. I personally really enjoy playing in landscape mode a bit more than portrait as I find holding the iPad horizontally easier.

After a week, we heard back from Apple, the update was REJECTED. To quote Apple, “The iPad Human Interface Guidelines state that only one popover element should be visible onscreen at a time. On launch, and when the user taps the “Add Player” button, and additional popover is displayed for the user to enter a player name. Screen shots are attached for your reference.”

My team and I are aware of the one popover limit but the second popover is a dialog which I did not consider in the same class as a popover. Additionally, Apple had approved the two previous submissions of WordPop! Volt which has “Add Player” working exactly the same way.

Apple has been very good to us in that they usually provide a screen shot and description of what is wrong.

The fix is straight forward, we need to remove the first popover “Change Player” when “Add Player” is selected. This should be done any second now and we will resubmit.

Lesson learned, it does not matter what Apple calls the widget being used in the iPad User Interface Guidelines, only one “popover” at any given time.

Update: May 24, 2010 – We resubmitted WordPop! Volt. Below is a screen shot on the change. This new look conforms to the iPad UI guidelines.

My thoughts about how I think I will be using my iPad. I plan to review this post in a month to see how reality compares to the dream.

What I am really looking forward to is email, which is silly for such an expensive device.

I typically wake up pretty early in the morning and check my email on my iPod Touch. If there are emergencies, I get up, if not I try to sneak in another 30 minutes.

In some cases I bring my laptop to bed and do email on it. But then in the morning I need to set it back up in my home office, not a big deal but it gets tiring. The irony of all of this is the recognition that although a laptop is portable the iPad is even more so because of the weight and form factor.

I often tweak my web pages late at night in bed too, fixing a page here and there (nothing serious as I need my large screen for real work) but if I could do simple change to text or styling with the iPad that would be great. I will have to wait and see if there any FTP apps for the iPad.

Watching Netflix will be big for me. My wife and I watch a lot of movies together but we have very different tastes in TV shows. I am more apt to watch Dr. Who or Lost. So I watch a lot of those shows on my laptop. Having the iPad for that will be great.

I often go to Seattle for the day and I just need something light. Email, light word processing, maybe look up a store or get directions in Google Maps. The iPad will be great for that. There are tons of free Wi-Fi spots in Seattle or I can use my friend’s Wi-Fi at their house.

Lastly, playing games and reading books will be great.

I can see using my iPad as my third screen and have HTML5 or CSS reference material up when I am working on my web site.

In addition to creating my own iPad games I contract as a Project Manager / Designer and I am currently working on a few iPad apps for a client. Having a real device to test on will be a pleasure.

OK, let’s see how I wind up using the iPad over the next month.

The iPad is being marketed as a very casual device as demonstrated by Steve Jobs on stage while sitting on a couch. The only way he could have looked more relaxed would be if he was in a t-shirt and boxers drinking a beer. His point was well taken by many including my team, the iPad will be used in the living room, den or some other communal space. This makes the iPad a shared device. Let me say that again, unlike the iPhone, which you might loan to someone for a brief moment, such as a friend at a coffee shop, the iPad is meant to be a shared device.

What does this mean for WordPop!? We’ve concluded that WordPop! will be shared among family members or friends, thus we will need a sign-in. This will allow several family members to start and play their own games and it will allow individual players to save multiple games. This is fantastic feature. One game could be played with the goal of getting the highest score ever on Medium Level while another game could be dedicated to making high scoring words for the Global All Time Best Words List. Even better, another game could be saved for a child who wants to practice making words (we’ve heard from several parents they use WordPop! in this way). Another advantage of having a sign-in is we can get a name up front for the High Score and Best Words pages.

I for one can’t wait until Wyatt finished with sign-in as I too want to play several games at once each with a different goal.

Sign-In Peek

If you are a developer and thinking of having sign-in make sure to plan this up front as it is a complicated feature if not thought out early. You will want to list out which items are saved per player and which items should be global, such as posting scores to our server. If you would like further information about our sign-in flow, please feel free to email me.

Look for more peeks into our development of WordPop! for iPad in coming blogs. Please share this blog and follow Smart Box Design on Twitter.

Share/Bookmark

WordPop! for iPad  – When to Use iPad UI Elements

The iPad Human Interface Guidelines describes split view, popover, modal dialogs, toolbars, keyboard and other readily available user interface elements built into the iPad. Usually productivity applications will by default use many of these UI elements, but what about games? Games designers typically create their own dialogs, tool bars, menus etc in the same style as the game itself with custom art and code.

Suspension of disbelief is an important psychological factor of game play. The more the player buys into the game environment the more engaged he or she will feel. Using iPad built-in UI elements chips away at this because they use the OS look and feel and reminds the player that they are playing a game. I like to think of it this way, if I am watching a movie and during an action scene the leading man suddenly turned to me and asked if I was enjoying the movie I would no longer be caught up in the moment and would enjoy the movie less.

In designing WordPop! for the iPad, Jim, Wyatt, and I had to decide if we would use the iPad UI elements or create them from scratch and if we do use then when and where? We decided to use several built-in elements for the following reasons.

1.    They are quick to implement.
2.    They are flexible.
3.    They are stable
4.    They are agile
5.    They are already compatible with the hardware

We decided to use the toolbar element. The toolbar will hold New Game, Preferences, Word List, Help, and About Us. Since all of these items are not part of the immediate game flow the suspension of disbelief is minimized.

Look for more peeks into our development of WordPop! for iPad in coming blogs. Please share this blog and follow Smart Box Design on Twitter.

Share/Bookmark