Construct Tutorials
Learn game development and animations with Construct
-
-
Building an RPG-Style Inventory
Welcome to this tutorial covering how to make a robust inventory system. In any game which uses items, you'll usually need some way for the player to view and u...
-
Making an advanced lighting system
In this tutorial I want to try something different. Instead of explaining step by step how to reproduce it, I want to show the final system and explain each par...
-
-
-
Exporting to Linux and the Steam Deck
Construct can export your project as a Linux desktop app based on the Chromium Embedded Framework. This is basically a copy of the Chrome browser engine (Chromi...
-
-
Project Organisation Tips
When you're working on a small project, keeping things well organised is a good habit, but not essential. However, when your project begins to grow, and you hav...
-
Turning your game into a single .exe file
In our tutorial Distributing Desktop Apps we discussed a method that allowed you to repackage your desktop game export into a single executable file, without re...