Learn game development and coding with Construct 2
With this simple template you can built very scale-able visual novels in Construct 2. This combines the simplicity of Construct 2 and Functions to offer game de...
The tutorial below shows a trick to "mask" the preloading time. Since I wrote this tutorial I experimented a lot and I finally managed to make a plugin which do...
Today I want to talk about making plugins. Over the past couple of years, I have made a few addon sets of plugins for items such as Facebook. I've also complete...
You've exported your game to NW.Js, but is it so weird to some people when they don't know how to install it because they use installers to install programs the...
This is a remake of the gravity mario from this Link: We used this to teach undergrad students about 2D game development. Download Mirror:
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...
Artificial Intelligence can be a significant addition to many different types of video games. Techniques of artificial intelligence make a more compelling exper...