Guenevere (WIP)

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.

  1. Open the link to the game (Guenevere)
  2. Open the browser console (ctrl shift j)
  3. Paste this code: allScenes[“startup”].lines.join(“\n”);
  4. 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”);
  5. Read all the code and boggle at the things @jeantown is keeping track of. :grin:

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

9 Likes