I saw an explanation of how to look at “/scenes” for a game in a long-ago Choice of Vamp comment thread. If I hadn’t seen it, it wouldn’t have occurred to me that it was possible… and I’d have missed out on a whole lot of learning that’s come from digging into how other people coded their games!
[Edit: Reaperoa’s original explanation was back when mygame.js was where your scene list lived. Now it lives in startup.txt. So here are some Choice of Rebels examples to complement/update his explanation. Here’s my start up scene:
https://www.choiceofgames.com/rebels/scenes/startup.txt
And once you’re there, you can see the names of the other scenes in the scene list; to view them, just cut and paste their names instead of “startup” in the url]
[Edit II: if you’re trying to look at the scene list for a compiled WiP, have a look at CJW’s suggestion here.]
[original post, no longer valid:] @Reaperoa just gave a good concise explanation of how it’s done, which I’m reposting here for easy reference:
Any CS game you can view online, you can view the code for. It just takes a tiny bit of poking around. Simply start up the game, it’ll shoot you over to the inner index.html (links may be to the outer one, so you’ll want to visit the game and let it load to get the link to the inner one), from there you can replace index.html with mygame.js in the address bar, and from there it’s just a matter of /scenes/foo.txt.
Too technical? Let me give you an example:
Compare this link (The actual link, not the page itself):
dl.dropboxusercontent.com/u/45314691/CoG Games/8Thrones/index.html
With this one:
dl.dropboxusercontent.com/u/45314691/CoG Games/8Thrones/mygame.js
Then, once you visit the mygame, you should be able to figure out this one:
dl.dropboxusercontent.com/u/45314691/CoG Games/8Thrones/scenes/startup.txt