In last week’s tutorial, I showed you how to draw game assets starting with outlines. That’s both a powerful and a very common approach to drawing game assets....
*This article will introduce you to Artificial Intelligence in video games. In this tutorial, you’ll learn what Finite State Machines are, and how to apply 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...
This tutorial will show how to capture date and time from a PC ou mobile device and insert this data in your C2's project. You need to insert in your project th...
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...
Today, we'll take a look at synchronous callbacks. Behind this expression lies a simple, yet powerful programming concept. Let's see how it can help us to build...
CocoonJS Is'nt longer available! Please switch to cocoon.Io. You will find guides here. CocoonIO - Guides. Hi guys, I will show you how to setup the new Google...
Windows Store apps are available on both Windows 8+ (for desktop and tablet devices) and Windows Phone 8+. It is recommended to export universal apps, but some...
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...