Learn game development and coding with Construct 2
First, let's create a new project and entitle it to whatever you like. I am calling my project “2D Rooms” (aka “Tutti Rooms” ;). Step #1: On our Project`s Panel...
Construct solves some of the difficult problems other gaming frameworks have when mixing HTML and canvas. Did you know that all HTML form controls sit on top of...
In this tutorial, I'll be covering how to make your own top 10 high scores board using Construct 2 (release 277). You'll learn how to: - Sort your scores (aka s...
My name is Vincent. I made a short video showing how to speed up/slow down time! I hope this helps you with your games!
If you have been following tutorials on how to add a custom font to a text object with the "set web font" action and are wondering how you can do so with a list...
I assume you know the basics of C2. You can download a sample capx and skip this tutorial as you may want to explore it yourself. 1. Create a new project. 2. Na...
Often times large world maps are difficult to manage. In this tutorial I have created a sample project that allows you to automatically save and load tilemaps i...
I found a way to rotate a tile in tilemap when starting a Plumber game and I want to share with you. Insert a TileMap object in your project. You can use the de...
Have you ever wanted to make a game with lots of characters? For exemple, fighting games have a menu in which you can choose what character you want to play wit...