Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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 again,
Let's say that I wanted to add a google adwords code so that an ad will display in my game, is it possible to do this with construct 2? If so, how do I go about it?
Thanks in advance,
Dave
Develop games in your browser. Powerful, performant & highly capable.
There's nothing built-in that allows you to do this, but it's possible to
write a javascript plugin that does this, or simply overlay the ads using ordinary HTML in the rest of your page once exported.
Hi Ashley,
Do you allow developers to write plugins for construct 2?
Sure, have you seen this? You can write plugins in javascript.