Is it possible to save the game state of a C2 HTML5 web game to an external URL or remote drive without taking a massive course in backend, databases or mysql etc?
I looked into Google Play Game Services which are good but only allow you to handle achievements and hiscores etc. They do have a save game tool but this only seems to be available for iOS, Android and C++, not HTML5
It looks like AJAX is the thing I need, but the tutorials here only cover how to use AJAX at the Construct 2 side of things.
Amazon's Simple DB also looks useful, but I need to know how to get my game to talk to it.