
Learn Construct 3 Game Engine
A complete directory guide to learning Construct 3. Includes curated tutorials, documentation, courses, community links, and resources for visual scripting game development.
Start Here
Official Construct 3 Manual
The definitive reference for every behavior, plugin, and feature in the engine.
Construct.net Information
The main hub. Construct 3 runs in the browser, so you can start making games instantly from here.
Construct Community Forums
An incredibly active community. If you're stuck on logic, someone here has likely solved it.
Beginner Resources
Official 'Ghost Shooter' Tutorial
The classic 'Hello World' of Construct. Build a top-down shooter in under an hour.
Construct 3 Beginner's Guide (Steinovitz)
A well-structured video playlist covering the interface, basic logic, and creating a platformer.
Learn Construct 3 in 45 Minutes
A crash course for those who want to see the workflow before diving in.
Intermediate Resources
How to use Arrays in Construct 3
Moving beyond basic variables. Essential for inventories, save systems, and complex logic.
Xander Wood – Game Mechanics
Excellent tutorials on recreating mechanics from popular games (like Zelda or Metroid) in Construct.
Construct 3 - Save & Load System
Learn how to persist game data using LocalStorage and JSON.
Advanced Resources
Javascript in Construct 3
Official guide to mixing standard JavaScript code with Construct's visual Event Sheets.
Construct 3 Multiplayer Tutorial
Build real-time multiplayer games using the official signaling server and plugins.
Writing Custom Addons (SDK)
Documentation for creating your own plugins and behaviors using the Javascript SDK.