Learn game development and coding with Construct 2
I have made a 10 video tutorial to show how to create a Side-Scrolling Shooter with 8-bit style Pixel Art in Construct 2 / 3. This video is made for absolute be...
In the case you're trying to make your game work with any amazon device that use the Amazon Fire TV remote, I'm pretty sure the GamePad plugin its not working f...
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...
This time I'll show you an easy way to create a nice pixel art flame burning particle effect. 1. Create a new Project. 2. Name it as you want. 3. Change layout...
Making a points display is infinitely easier than what you'd expect. For this tutorial, we're going to learn how we can set points in a game. Like how many poin...
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....
In this tutorial we create a smooth fade-in transition using the Fade behavior! Perfect for switching between your game layouts!
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...