Making the game available without downloading

Valda
26 Jul 2013, 12:17
Hi gang! So I made a short gamebook and I want to put it on my website, but I don't want my users to need to download anything...so I read the documentation and according to it:

This will take your game file together with all included libraries, and package it up with all the picture and sound files in your game folder. The result will be one .quest file that contains everything your game needs to run. You can then upload this file to textadventures.co.uk, which will mean other people can play your game online in their web browser - without having to download any software.



So the only way to get my game working without needing to download software is to upload it to the website?

What if I want to constantly update my game, will it be a problem?

djbriandamage
26 Jul 2013, 12:41
I published my first Quest game a while ago on this website and later found a few unsightly bugs. It was no problem to edit my code and publish several incremental updates. Your users will be able to play the latest version in their web browsers without having to download anything.

Valda
26 Jul 2013, 14:02
Ah, roger that, dj...thanks for the quick reply :)