At risk of contributing to the comment soup…<p>[Some colleagues and ]I have been doing some research on Letterpress for the past couple weeks (expect a HN story about us later this week… I hope). We independently discovered this hack last weekend. Here's some information:<p>- the client is trusted; the opponent's client does not validate a played word<p>- Game Center is a naïve carrier for turn-based games; no validation is done on the server side<p>- Game Center is naïve by design; this is the beauty (and one of the drawbacks of GC—another major drawback is that your client only works with GC, which means you can't easily port to other platforms, and if you do port, you can't play cross-platform games because non-iOS devices can't use GC). The real beauty here is that Loren/Atebits doesn't need to run <i>any</i> server infrastructure. Apple does it for him. This is a huge benefit to games like this.<p>- We contacted Loren; he was really cool about it, and doesn't seem to care that Letterpress is cheatable in this way. I'm with him on this. It doesn't matter.<p>- There's no leaderboard, nor even a long-term score in Letterpress. This cheat doesn't matter.<p>- As far as we could figure, there's no way to fully validate both clients without 1) adding a server component, or 2) losing the ability to port Letterpress games between devices (from iPhone to iPad, for example); I'd love to hear ideas about how this could be possible if you think we're mistaken<p>- The dictionary files live in the application's `o/` directory, as a series of text files, named by the word's first two letters. e.g. "imbecile" would be in `o/im.txt`<p>- The app will re-read dictionary files on launch (or maybe at word play); either way, the dictionary can be changed <i>during</i> a game; it's even possible to start a game with a person and immediately play the winning 25-letter word, before the opponent even gets a game-state notification from Game Center<p>- There are 271377 words in the Letterpess dictionary.<p>- The longest words in the Letterpress dictionary 21 letters long. There are three of them: `counterdemonstrations`, `hyperaggressivenesses`, and `microminiaturizations`<p>- There are 124 two-letter words<p>We'll try to outline some of the other Game Center research in the article we publish. We welcome future upvotes. (-:<p>S<p>[edit: auto-paragraph fail, tyop]