Learn game development and animations with Construct
After a lot of trial and error (mostly error) I've made this small script that keeps track of how many attacks your character has stacked. The script uses three...
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...
First, download only DFNanimateIV.Capx to follow the tutorial. Only download DFNanimateIV2.Capx when you reach the section that asking you to download it. This...
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...