Cocos2D Multiplayer Game Development
Cocos2D is a popular open source framework for building iPhone games. Its quite powerful and can be used to develop a wide range of 2D games. AppWarp allows you to develop cross-platform realtime multiplayer games by taking care of all the networking, routing and messaging between players. It can be easily integrated in to your Cocos2D games by using our iOS framework which exposes Objective-C APIs.
Samples
Cocos2d Ninja Fight demo
We will create a simple 2 player realtime fight game in Cocos2d using AppWarp iOS SDK.
View the source code.
Blogs
- How to add a leaderboard to your Cocos2D game (Dhruv)
April 16, 2013
App42 provides a rich set of leaderboard APIs. In this post, I will describe how to integrate your Cocos2D game with the App42 cloud framework… - Make realtime multiplayer games using cocos2D (Dhruv)
January 20, 2013
Cocos2D is a popular open source framework for building iPhone games. Its quite powerful and can be used to develop a wide range of 2D games… - iOS Connection Resiliency Sample (Rajeev Ranjan)
August 29, 2013
In this blog post we are going to discuss how you can use our Connection resiliency feature which was announced in the previous blog post.It is a new feature… - Configure & Send Push Notification on iOS Device (Rajeev Ranjan)
July 3, 2013
To increase engagement Push Notification is widely used in mobile native apps. Though seems extremely useful feature it is a bit…