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
I have a level editor which can create levels to download as a JSON file. Is it possible to let players upload their levels online so others can play them?
Develop games in your browser. Powerful, performant & highly capable.
It's possible using a small PHP script, you post data to it with AJAX and it saves it in a file. See this post:
construct.net/en/forum/construct-2/how-do-i-18/savecsv-file-server-137535
Other possible solutions are sending JSON strings to MySQL database or to Google Spreadsheets.
construct.net/en/tutorials/search
construct.net/en/tutorials/sending-data-from-construct-23-to-google-spreadsheet-1447
construct.net/en/tutorials/create-online-database-google-1373