Construct 2 Tutorials
Learn game development and coding with Construct 2
-
How to sell your game to large publishers
You might not know this, but there are many game publishers out there looking to pay good money to license HTML5 games. A typical HTML5 game sells for a few hun...
-
-
Create car physics
This tutorial is showing you how to create either a top-down car physics or a side-view car physics with the Car physics behavior. There's already a nice behavi...
-
Making an Interactive Treasure Map
In this tutorial you'll use effects (and other stuff!) to create an interactive map that reveals locations only when the player has "discovered" them. Location...
-
Level Select
Ok, today i'm not going to do a tutorial made from me but its 100% made from so thanks to him for everything he made ^^. So lets start first of all download thi...
-
-
Get/Set data from HTML page
In this tutorial I will show you how to send data from the HTML page which hosts the Constuct 2 game (canvas), to the game itself, and vice versa. This is handy...
-
Pick every object within range
This is my first tutorial so please send me some feedback with your comment. In this tutorial will show you how to pick any object within some range. I could no...
-
8-direction behavior with jump
As described at the Fabulous Manual : The the 8 Direction behavior allows an object to be moved up, down, left, right and on diagonals, controlled by the arrow...