Imagine You've spend days, weeks or even months developing game of your dreams. And today you have published it to your server to share with people around the w...
I recently put out a new video course at Learn Construct 2 . This video is an add on to that course showing how to create a local top 10 high score table using...
Have you finished your game and want to share it with the world? If you have your own website and some HTML know-how, you probably are comfortable integrating t...
Using Webstorage to locally store a high score and replace it if the score is broken. You can also do this with Session instead of Local to keep the high score...
Construct 2 has an AJAX object that will allow you to make a request to a target page in order to return the resultant data to AJAX.LastData where we can use th...
(This tutorial assumes you have some knowledge of how Construct’s Conditions and Actions work. If not, see the beginner tutorial.). Basically, you can think of...
I’m going to outline the steps & logic here, rather than itemize every single step of the process. There's a lot of indexing into arrays, so I’ll try my best to...
So I was looking for a why to host the exported version of my game prototype/mock, without too much effort if the source was already pushed to git hub. I also w...
Construct provides two export options for both Windows and macOS. The NW.Js export option can provide Windows and macOS desktop apps. There are also lightweight...