Instructions below are for the new dashingdon link. I use chrome on windows, but you should be able to adapt this method to other browsers and operating systems with some googling.
- Open the link to the game (Guenevere)
- Open the browser console (ctrl shift j)
- Paste this code: allScenes[“startup”].lines.join(“\n”);
- You should see a list of labeled scenes in the console window. Copy a scene name that you want to look at and paste it into the code above in place of startup. Example: allScenes[“2_2sheep”].lines.join(“\n”);
- Read all the code and boggle at the things @jeantown is keeping track of.

Thanks to @CJW’s post in this thread: How To See Other Games' Code (current info posted in OP and Post 146 on 6/18/19) - #16 by CJW
