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
If you want to show something and save its state , save a variable , stop show something , show something on start of layout once / first Run ) or whatever you...
If you want to save your game , in different ways most simple to advanced just download the file. All My tutorials here.
If you want to save and load your app or game for free no plugins , in Firebase just do it : All My tutorials here. 1): Create an account in Firebase 2): Add a...
For my savegame I will most likely use a dictionary to json on local storage. I will need to save about 20-50 variables/values. Now I'm thinking whether I shoul...
I'm making turn based game. There's a game field where player move objects every turn. Every turn I save whole game field as json in local storage. How to use l...
Is there any good examples or maybe someone could say how to protect local storage from damaging? I don't mean I had any issues but most PC games says "don't tu...
I have published my game in the Play store. I'm using the "save game" feature to store the game state between plays. The problem is that I have a global variabl...
I would like my players to be able to import and export savegames that I created using localstorage or a dictonary which will then be saved in local storage. Fo...
I want the user to be able to select an audio file (ogg) from his local drive. Then saving the game and replay the audio file the next time the user opens the g...
I'm making a side scrolling shooting...Which has more than 10 layouts...For each level complete unlocks each level and for each level some guns also unlocked......