As the number of people using mobile is increasing day by day, the number of users accessing web on mobile is also increasing. This has led to the creation of several mobile web based games and apps. HTML5 is so […]
Get notified instantly when we come up with
something new or interesting for you.
As the number of people using mobile is increasing day by day, the number of users accessing web on mobile is also increasing. This has led to the creation of several mobile web based games and apps. HTML5 is so […]
Tile Map is a large graphical layer composed of small images called Tiles. Since tile maps re-use a number of small images, they save a lot of ram space and also improve real time game performance. For this reason, Tile […]
Rooms are an essential feature of AppWarp. All the game play happens inside these rooms. A game can have multiple rooms and all players are distributed among these rooms. This way several players can play in groups simultaneously e.g. there […]
We have extended Microsoft’s sample game Catapult War on Windows phone platform to elaborate the multiplayer cloud features of AppWarp Gaming Engine. Catapult wars is a two player game in which users have to hit each other with projectiles. The […]
In our latest AppWarp SDK update, we have made UDP available for AS3. UDP is great for action based games in which the message exchange frequency is expected to be high and the inherent unreliability of the protocol is acceptable. With […]
MMO (Massively Multiplayer Online) games are the ones where large number of players are present at a time and interact with each other. One such popular game is World Of Warcraft. Today several MMOs have been released in the market, […]
HTML5 provides developers the potential to develop rich internet applications. HTML5 turns any website into a Web App. HTML5 web apps are not only limited to desktop but are also accessible on modern mobile and tablets as well. On mobile, […]
Since we released our Cocos2dx SDK, we’ve had a lot of positive feedback from developers. To make things easier, we’ve also developed a demo real-time fighting game in Cocos2d-x to help developers bootstrap easily. I’ll walk you through some of […]
Since the flash port of our AppWarp SDK has been released, now you can easily develop real-time multiplayer games for flash platform. The AS3 SDK of AppWarp does not restrict you in anyway while developing games in flash. You can […]