Construct Tutorials
Learn game development and animations with Construct
-
-
How to make a Platform game
Construct 2 can make all kinds of 2D games. In this tutorial, you'll be taken through the basics of making a platform game in Construct 2. If you're new to Cons...
-
How to publish your game to Newgrounds
Newgrounds is one of many websites where you can upload your Construct creations. They'll need to be exported using the Web (HTML5) option, and the resulting zi...
-
How to "upgrade" an object to a family
It's always good to plan ahead when making a project, and determine when you'll need a family in advance. However it's easy to forget and end up with a large nu...
-
An introduction to JSON dialogue systems
This tutorial looks at a JSON based system for handling and displaying dialogue. The whole example file is controlled by touch (just tap or click to advance the...
-
-
Checking for errors in browsers
By default browsers don't display any error messages when things go wrong. This is so your experience browsing the web is smooth and not interrupted with lots o...
-
-