Learn game development and coding with Construct 2
1. Export your game (HTML5). 2. Open index.Html file in editor (notepad++). 3. Find tag. 4. Copy and paste under tag: Var referrer = document.Domain; // The res...
CBHash is a third party plugin made by lovely Kyatric . Download it from here: CBHash plugin . In previous part of my tutorial (you can find it here Simple prot...
I like to share some code to implement a Mobile KeyBoard and a Hall of Fame for usage in your own mobile games. I will attach all necessary (zipped) files (.Cap...
Artificial Intelligence can be a significant addition to many different types of video games. Techniques of artificial intelligence make a more compelling exper...
Facebook has once again updated their API, so as of October 27, 2014 any new Facebook apps will no longer work with the Facebook plugin or my older plugins with...
I've written a tutorial for Gamedev Tutsplus . Here is the teaser for the article : In RPGs, platformers, and many other types of game, one common mechanic is f...
This was written as an example for a fellow member in the forums to show how to populate a playing card with data. I have attached an example .Capx. <== It can...
This free, open source Active Message Format is a Remote Procedure Call protocol library for PHP commonly called AmfPHP. AmfPHP gives a simple way to connect ga...
Hi folks, this is the tutorial for a php based multiplayer, build from scratch. It is loosely based on my TankWars multiplayer test game. This method works with...