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
In this tutorial I have given demonstration how we can make multiple popup alert with single functions. Popup alert like when win match, when lose match etc. Wh...
When I press 1, player 1 is enlarged and when 2 was pressed, player 2 is enlarged. What happen: Nothing. If anyone want the capx I will send it. Capx:
Honestly, I'm not really sure what my issue is here. I've been trying to compartmentalize my game's damage and hit calculation in functions, since I initially b...
I'm following a Tutorial of a game in C2. But using C3. A bit older tutorial but really interesting and good. THe thing is, Functions as we know has moved a bit...
I am working on a crafting game. I spent the past few days trying to figure out how to deal with data manipulation (i.E. How to store crafting recipes and how t...
I created a local variable called `rslt` in the function. I thought this would work the same as a function called `num` that the function takes as a parameter....