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
Hello, How to install the SDK in C3 ?
There is no actual SDK to install - you just write a plugin.
construct.net/en/make-games/manuals/addon-sdk
Ah..., okay, but how do I insert raw code into C3 ?
It is written that I need to install the SDK to be able to put code directly into C3: construct.net/en/make-games/manuals/construct-3/plugin-reference/function
That's talking about how to call a "Function" from your addon/plugin. You need to write the addon first.
Develop games in your browser. Powerful, performant & highly capable.
Ah, ok, thx.