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...
-
-
-
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...
-
-
Sending info to a mysql database.
After going crosseyed looking for info for newbies I decided to do the ole trial and error to link up to a mysql database. So far what I can do is send info to...
-
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...
-
3D sprites
As you all know Construct 2 doesn't support 3D models, so the only way to make a game seem like it's 3D is to generate images of 3D objects and use them as spri...