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
This is more like giving fish rather than teaching to fish BUT I had a hard time implementing this myself for my idle game so I wanted to share. Download the sa...
I'm creating a little game which uses very big numbers. I found out that Construct 3 is using 64bit to save numbers, so the biggest number would be something li...
Hey Guys I would like my SpriteFont to input any big number in a shorter way. For example: "3k" for 3000 , "4m" for 4000000 etc. I'm using Construct 2. Thanks i...
Hello All, I'm trying to understand how I can make a number like 1123 turn into 1.12K (That can ignore the zeros in division). Thanks!
In my game I would like to show players how much money do they've in their account but the problem is the number for instance : 230400000 which I would like do...
Apologies if this is a bit vague. How to I get Construct to register a series of actions in order and then respond to the string that it's read. For example, I...
Doing some cleanup up my game and I want to remove duplicate numbers in the practice section of the game. Currently I use this to get my random answers for the...
Finally managed to create an Android version of it! Complete with Google Play Services (Leaderboards and achievements and a working iap, a single "no-ads" optio...
A game made with Construct 3, available for iOS and Android. Could you please try it and maybe leave a review? Many thanks! Apple Store: Playstore: Screenshots:...
Is there any way I can remove leading zeros in string variables? Examples: 010, 00000001, 00000100 should become 10, 1, 100. This variable needs to stay a strin...