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
like this like
scripts.cac.psu.edu/staff/r/j/rjg5/scripts/Math24.pl
is it possible to solve this operation by using construct2
You could definitely do something like that with Construct 2. Essentially all that it's doing is running through a giant list of math permutations and adding the ones that equal 24 to an array, which it later displays.
oh....Thank you that is very bad news.
because i have to calculate the whole number of 24 game.
and there are 7,000 difference way to do in this game.
Develop games in your browser. Powerful, performant & highly capable.
Sorry, I think I explained that incorrectly. You don't have to manually do the math, you just have to set the program to do it for you with loops.