The problem with multiplayer games is
Brian Goble: In Jig Words, we expanded our networking systems to allow two more community features. Jig Words has a feature that allows you to add your own digital photos into the game, but we also created a server-based “Photo Sharing” feature that allows users to send packs of photos to their friends from within the game. This is a fun way to allow our users to spread Jig Words to their families and friends.Perfect, time-shift the users into a multiplayer game. That’s genius, that’s even better than my idea ;)"
Jig Words also features a mode of play called “Letter Racing” which puts the player in competition against 3 other players that recently played online. Using recently recorded games for our multiplayer mode gave us several significant advantages:
Once the game has started, the connection is no longer needed so lag or broken connections don’t ruin the game.
We’re able to do “smart” player matching because we know the skill level of the local player and we know the results of the already-played games. This allows us to match people with other players close to their skill level. This makes for really close/fun games and avoids the problem of grossly mismatched players and one of them not having fun getting there butt kicked (and possibly not playing the game again).
The match-making is always instant since we have a large collection of already-played games to choose from. Thus, the player never has to wait for their multiplayer game to start.
The opponents will never leave during the middle of the game since the collection of already-played games only consists of games that were played all the way to the end.
|