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...
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...
Artificial Intelligence can be a significant addition to many different types of video games. Techniques of artificial intelligence make a more compelling exper...
Someone asked if he or she can make a slide grid game. Every time new game start grid must change to different tile. If this person or persons has bothered to s...
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...
This is a short beginner tutorial written by a short beginner! The tutorial is in the downloadable example (RainEffect.Capx) which is usually found on the upper...
Every wondered how to program a radial lifebar in Construct 2? In this tutorial, we’re going to see how we can build a radial lifebar with only a few sprites an...
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...
This is a simple tutorial on how to create a simple toggle menu for your games. First thing we need to create the first sprite that will toggle the rest of the...