A mad idea that could actually work.
For creating a storygame with a highly interactive world, the instruments on this site are quite restrictive. At some point it becomes easier and faster to just code the entire game with JavaScript. It gives a game creator unlimited possibilities.
My quick study has shown that there is no good way to integrate a large JS-based game with editor-based pages, so it's easier to post the entire game somewhere else (for example, on GitHub).
Yet this site has the best community (you guys!) and it's the only place where readers can find their stories.
So the idea is to have a game here consisting of single page that links to a place hosting the actual game. When a player finishes the game, he returns to the main page to rate it.
Some problems arise:
1. Security - it can be used to lure users to advertisement or malware sites. So the source code of the game should be visible to anyone (that's why GitHub is a nice place to go) and it should be verified by trusted community members with a sufficient knowledge. Altrough, it's possible to post external links now and it seems to cause no problems.
2. The game length will be incorrectly calculated as 1.
Or a game can be hosted on the same server as this site.
It will allow creation of better heavy scripted text games with less effort. In particular, after a few days I already see that it's much easier for me to make the game this way.
So the question (addressed mostly to admins, but to everyone interested too): is it acceptable?