Puzzle Up, async tetromino action

I spent some time this morning writing up some feedback for a relatively new game in the app store that seemed at first like it would definitely be right up my alley. It’s called Puzzle Up, and is essentially an async version of a game where you fit a given set of tetrominos into an empty bunch of squares on the gameboard. I’ve played a few different versions of this type of game over the years, I think Zentomino was the first one I played (it hit the app store in August 2010, and was by the makers of a very popular Tangrams app at the time, TanZen), followed shortly thereafter by Doodle Fit. (Which must have done well, because they eventually made a Doodle Fit 2.)

Anyway, here’s what I wrote in a TouchArcade forum post about Puzzle Up:

I don’t feel like I have a good enough sense of what is transpiring on the other end of the game. I would like some kind of replay of their fumbling through the puzzle I sent them. (Ideally sped up, so I don’t have to sit through a seven minute animation if they took the whole time.) I know this would be difficult, but it would really help, IMO. At the very least, I think there should be an intersticial view before I start the puzzle they sent me that tells me how they did in the puzzle I sent them. There may be this screen already, but it doesn’t include the puzzle I sent, (I don’t think), and only includes their time.

Another thing is that, after a game ends, it seems like we just start another game right away, which is super confusing, and leaves me with the impression that this thing just goes on forever, and why would I continue to play it? At the very least, the app should definitely ask you if you want a rematch with the other player, maybe giving you some stats on that screen about your plays against that player. (Check out the game over screen in Lost Cities for an incredibly well done example of this.)

I’m always a big fan of stats in games, so I’d love to see more of them in general. The gamecenter leaderboard for number of victories is a good start.

In general, I think this could be a really fun game with a bit more polish. It’s like an async version of Zentomino or Doodle Fit.

I hope that wasn’t too harsh. The developer was looking for feedback. I do think showing your opponent’s turn is an important part of any asynchronous game experience, and you even see it ignored in some pass and play game modes (if there’s no hidden information, this may be excusable, because everyone could be looking on while you take your turns, but I’ve seen this problem in games with hidden information too).

As I said, Puzzle Up does have potential, but it feels like slapping asynchronous single player onto a game that pretty much already exists. Incidentally, this is pretty much what Zinga did with their recent release Gems With Friends. (Essentially, it’s an async version of TripleTown.) Puzzle Up even has some similarities to Gems With Friends in that the game is split into 3 “turns”, with each turn resulting in a score. You sum total of all three turns is your score for the game, and whoever has the highest score at the end wins.

There’s one other game that deserves a repeat mention here, and that’s Dawn of Play’s fabulous Dream of Pixels. Dream of Pixels also has a game mode similar to this style of gameplay, (it’s called puzzle mode), but the difference is that you’re still constrained by Dream of Pixel’s primary game mechanics, (which are out of scope for this rant, so I’ll let it suffice to say that you should check it out if you haven’t already). This is so much more satisfying to me, because it doesn’t feel like a game I’ve played before.

I’m neck-deep in Apple’s GameKit code to support turn-based asyncronous play in my next game, so all of this thinking is definitely relevant to what I’m doing these days.