Tag Archives: games

Why Play Games?

When Facebook began, it was viewed as a place for college students to keep in touch with their friends and share the highlights of their lives. It was not a company that was created to go viral but the concept was such a great idea it went viral and created a company. The concept of a social network was literally being defined at the same time it was growing. Although MySpace was the first social network on the scene, it lacked the ability to retain users, keep professionals interested, and create viable revenue streams to bring the company into the black. MySpace also received a lot of negative press that hurt the brand, although they have been able to keep some users based on their music and band profiles. How did Facebook rise so quickly and change the game?

Facebook executives strategized about ways to sustain their brand, market to all ages, and create lasting revenue streams. The Facebook founders realized the tremendous growth in users could warrant great revenue if they could figure out a way to capitalize on it. Facebook’s first strategy was to offer advertising opportunities to reach their nearly 500 million users. Facebook’s second strategy redefined the industry and created several companies in the process. What was their second strategy? They realized that the amount of time an individual was on the social network created more opportunities to market to them. Facebook launched games on the platform.

Games were not a new concept on the internet, but Facebook tied games into the interaction of their users. This marked the birth of the social network game. Many companies started to capitalize on this concept. In the process, these companies created another level of monetization by offering certain gifts and prizes in the games for a small fee (virtual goods) and offering special features in the game for a price (virtual currency). The ability for an individual to send a virtual gift and tell everyone about it became enticing.

There are several companies that have created game products to provide entertainment to the Facebook community while capitalizing on Facebook’s strategy. Zynga is known for Mafia Wars and Farmville and you have Playdom, Mindjolt , RockYou! and Pogo, etc. which provide games on the platform, but the “new kid” on the block is the one that has sparked my interest. Strategic Design Network, based in Austin, has created a game portal on Facebook that will likely provide the best example of how to use the platform to the fullest. They have produced an application called Game Toyz Arcade on Facebook that has really taken the concept of games on Facebook to the next level by integrating tournaments for cash and prizes. They have also managed to integrate their own proprietary tournament management API called Pay Out Hub.

Game Toyz is a flash game portal that offers two types of tournaments. They have coin tournaments that players can join right from within the application and cash tournaments. What is unique is the entry fee for the coin tournaments comes right from the player’s winnings in the game. They can also challenge their friends and wager a certain number of coins to increase their total coin count. All of the tournaments are based on skill and provide the best way for individuals to interact with their friends on Facebook while also enjoying game play. In addition, players can post high scores, challenges and winnings to their Facebook feed. Coins can be redeemed for actual prizes like gift cards to iTunes and Amazon. Game Toyz Arcade also offers their daily lottery game and the daily treasure map. You get a certain number of tries to win additional coins or prizes immediately. If you have run out of coins, you can purchase more simply using your paypal account.

The Pay Out Hub integration is what will solidify Game Toyz Arcade as one of the “new kids” that will have staying power. Pay Out Hub provides an API that integrates with casual and social games to host tournaments. Individuals can register on the site and join cash tournaments from the PayOutHub.com website that will take them directly to the Game Toyz Arcade interface. This is a seamless process and it provides a secure way for individuals to participate and receive their cash rewards if they win the tournament.

Several companies are creating and have created great business models based on Facebook’s strategy and I believe that Strategic Design Network is one of the companies to watch. Zynga, Mindjolt, etc. have already created have already created a presence on the platform, but in some ways have taken for granted their popularity by releasing average new products. Game Toyz Arcade has unlimited potential just like Mafia Wars and Farmville did when no one really knew who they were. The difference is this company has paid attention to detail and released something that is unique instead of more of the same. This is an application and a company to watch! As the trend to provide games on Facebook continues, everyone will be playing games!

Dashboard Roadmap. API Available

Dashboard Roadmap. API Available

Facebook has just announced that the new Dashboard API is now available for testing. According to the dashboard roadmap the Facebook Dashboard API lets you integrate your application into the Application Dashboard or the Games Dashboard (depending upon the type of application you have). These dashboards help users discover and engage with your applications on Facebook. They display which application’s users and their friends recently used as well as any news your applications wish to communicate to users.
The Dashboard API integrates with the Games and Application Dashboard in two ways: It gives you the ability to post news items to a user’s dashboard, providing information to the user and giving the user the opportunity to take action. It lets you set a counter as a lightweight way for you to inform your users to take action within your application.

There will also be two types of news that the applications can post on to the dashboards – Global and Personal News Items. Global News Items will be visible to all of the users of the app, while the Personal News Items will be a way to communicate with only 1 user of the app.

Games Dashboard

Games Dashboard

The Dashboard API lets you set the counters that appear next to your application bookmark under the profile picture (if the user bookmarked the application) and in news items on the dashboard. The counter informs the user in a lightweight way to take an action in your application.
After you set the counter for a user, Facebook clears the counter when the user clicks your application’s bookmark. However, when the user visits your application’s canvas page, you must call dashboard.clearCount to reset the counter.

Also, in this week’s code push Facebook updated some API calls (events.invite, group FQL table), so that they can now work without session keys.