HTML5 Multiplayer Game Development
We are excited to introduce our javascript SDK for AppWarp. This will allow developers to quickly build engaging real-time multiplayer HTML5 games and apps. Our javascript SDK uses websocket technology for fast asynchronous communication with other clients through the cloud. This is better as it does away with the inconvenient AJAX polling paradigm and doesn’t require any browser plugin to be installed. Read more benefits about websockets here. In a nutshell, it means your network communication layer is lightweight and fast.
Samples
The Chat App Walkthrough
We will create a simple realtime chat application, `The Chat App`, by integrating with AppWarp.
View the code walk-through
Jungle Chaos
Jungle Chaos is a side scrolling Jump-n-Run game. It has both single player and multi-player mode. Set in jungle, you play as a monkey. Compete with your Facebook friends and share your score on your wall.
View the code walk-through
Play here
Blogs
- HTML5 for Game Developers (Suyash Mohan)
July 10, 2013
Currently, the markup language, HTML5 is the new favourite tool of the developers to structure and present their content… - Go seamless from Web to Desktop with HTML5 (Suyash Mohan)
September 4, 2013
HTML5 provides developers the potential to develop rich internet applications. HTML5 turns any website into a Web App… - Picking the right communication protocol for your game (Dhruv)
January 28, 2013
In this blog post, I will discuss the trade-offs of the commonly used protocols for communication in realtime games… - AppWarp – Multiplayer Gaming on the Cloud : now with websocket power! (Dhruv)
November 5, 2012
We are excited to introduce our javascript SDK for AppWarp. This will allow developers to quickly build engaging…