Learn game development and animations with Construct
I found it difficult to find a working tutorial on how to make a setup file for Windows machines for a NW.Js game I was making with Construct 2, as the ones I c...
I bet that you ran into a little problem at least once, while developing top-down game. I'm talking about enemies that overlap each other while chasing player....
Attached is an example of a procedurally animated character, which in this case means there's no traditional frame-by-frame animation and all motion is defined...
A quick, simple and dirty way of tracking the users of your project with one simple event in Construct. It assumes you have access to a MySQL database (most hos...
Here's an example of grid-based movement with C2's tilemap object. Using a tilemap layer for collision checks makes it really easy to work with the grid. C2 giv...
This example is an implementation of a highly accurate path movement system whereby designated objects cyclically follow a set of waypoints in straight lines. U...
In this tutorial I will be showing how to make a canvas that you can draw on using Construct 2. If you've ever tried to create a drawing surface, you most likel...
To be fair this Is'nt much of a tutorial, but as suggested by forum users I needed to put my Capx in this section. It contains a ready to go Grappling hook exam...
When someone says game development or video game making, people may think making a video game is like playing a video game which means it’s a “Kids’ play”. Well...