Learn game development and animations with Construct
For the recent C3Jam. , I worked on a game called BLU . Its fast-paced strategy platformer with AI enemy bots that use platformer pathfinding. In the game, you...
This tutorial assumes you know your way around Construct 2 fairly well. The first part will just get the maze generated and the second part will deal with how t...
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...
Many projects are team-based, with multiple people contributing to a single Construct project . Construct supports saving projects in a folder structure, where...
As cocoon.Io has shut down, it has become difficult to export Construct 2 games to Android. The video tutorial provides step by step method to build a Cordova p...
This tutorial covers several techniques to improving performance when you have when you have lots of objects such as enemies and bullets. If you have hundreds o...
Demo of Dungeon Generator. This tutorial will show how to create a random generated dungeon based on a node system. In theory there are no limit to how big a du...
In this tutorial I describe one way to set up a basic board game. I'll go through creating the board, tokens and moving the tokens. It's designed to be easy to...
Welcome to episode #5 of creating a crafting game with Construct 3, in this video we create our inventory class, which has our inventories data structure. Twitt...