Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
When Construct's Javascript coding feature was launched in 2019, all the scripts in a project ran as classic mode scripts. This is how Javascript has run in web...
Construct supports writing Javascript code in both script files and event sheets. If you're new to the Javascript programming language, consider taking the Lear...
We sold a game to a customer and he gave the the following feedback. Maybe you have a solution for this? I’ll try to describe the issue as we faced and how we w...
I'm trying to get nakama to work with Modules. I built nakamajs from typescript and imported them all in my project, but only nakama-js.Umd.Js worked with Const...
How do I redo the zigzag plugin for modules?
Let's say I have the following project structure: -- /Scripts. -- main.Js. ---- /common. ---- utils.Js. If I try to import common.Js from main.Js like this: Imp...