Learn game development and animations with Construct
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:
So I've been playing with Construct 2. I have had a game idea in mind for a while, but have ZERO coding experience. Luckily, it seems that I've found the perfec...
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...
Today, we’re going to see how we can design professional looking, cartoony mobile game buttons. This is a 2 part tutorial. This part focuses on the design side...
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...
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...
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...