FAQs

Here are some of the more common questions I receive over email.  Feel free to contact me via email / twitter if you need more help:

Is it really an Escape Game?

Well – I think the answer is: probably, yes however…

You’re not locking anyone in a room (but technically an Escape Room doesn’t do that either) – although they do create the illusion. You’re also not charging players £20 for the privilege – unless you’re a better businessman than I am 😉

Most Escape Games are incredible and they totally justify the price tag – as I say in the article we’re not really competing with traditional Escape Rooms.

I’ve been making real-world games since 2011 and I always struggle to explain what they are. What’s made my life easier is saying that I make things that are like Escape Rooms (to be fair – some of the things I make ‘are’ Escape Rooms).  Escape Rooms have created a greater understanding of what these types of experiences are like.

Escape Games go by many names: exit rooms, locked room puzzles, escape rooms, adventure rooms. In theory the games you would make following the tutorial are perhaps closer to what some refer to as Puzzle Hunts – but who wants to play that?

A Puzzle Hunt or Treasure Trail is much less sexier than Escape Room. Players are much more excited when you say Escape Game. The puzzles and experiences you create in this tutorial are very similar to those found in Escape Rooms and a long way from ‘Treasure Trails’.

I’m going to stick with Escape Games or Escape Room-inspired experienced for now.

Can we make more authentic Escape Games for our museum?

Absolutely, it’s probably best to partner with an expert or buy an off the shelf experience.

I think it’s completely reasonable to title your game ‘Escape The Museum’ and have the goal of the game to do exactly that. You just need to make the game end by your exit.  No one can complain that they didn’t get to escape the museum then 🙂

Can we use any icons we like in the code-breaking pages?

Currently no.  I plan to add this functionality when I have time (and if there is more demand for it). Currently, you must choose from the existing included icons. I can probably extend this list of options slightly if there is something that you are missing.

So if there a list of what is available?

Sure, it’s any of these:

colour_blackcolour_bluecolour_coralcolour_darkgreen
colour_deepskybluecolour_greencolour_orangecolour_purple
colour_redcolour_yellowcompass_eastcompass_north
compass_northeastcompass_northwestcompass_southcompass_southeast
compass_southwestcompass_westflag_australiaflag_belgium
flag_brazilflag_canadaflag_chinaflag_colombia
flag_cyprusflag_czechrepublicflag_franceflag_germany
flag_greatbritainflag_greeceflag_indiaflag_israel
flag_italyflag_jamaicaflag_mexicoflag_netherlands
flag_polandflag_portugalflag_russianflag_spain
flag_swedenflag_ukraineflag_usaletter_A
letter_Bletter_Cletter_Dletter_E
letter_Fletter_Gletter_Hletter_I
letter_Jletter_Kletter_Lletter_M
letter_Nletter_Oletter_Pletter_Q
letter_Rletter_Sletter_Tletter_U
letter_Vletter_Wletter_Xletter_Y
letter_Znumber_1number_2number_3
number_4number_5number_6number_7
number_8number_9number_0shape_circle
shape_hexagonshape_octagonshape_pentagonshape_square
shape_trianglesuit_clubssuit_diamondssuit_hearts
suit_spades

Is there anyway not to show the entire list of options on the codebreaking screen?

Sure, there is an advanced mode.  By default every option is displayed but you can specify a list of the ones you’d like to show.  The option is called <PuzzleOptionsOverride>.  So you’d use it in your XML like so:

<PuzzleOptionsOverride>A|B|C|E|F|G|H|L|O|Z<PuzzleOptionsOverride>

or here’s an entire example:

<ContentItem>
    <Locked>3</Locked>
    <Type>Puzzle</Type>
    <PuzzleContentType>letter</PuzzleContentType>
    <PuzzleOptionsOverride>A|B|C|E|F|G|H|L|O|Z</PuzzleOptionsOverride>
    <PuzzleAnswer>H|E|L|L|O</PuzzleAnswer>
    <Name>Letter Puzzle</Name>
    <Description>What word?</Description>
    <UnlockContent>4</UnlockContent>
</ContentItem>>

How best to annoy existing Escape Room owners?

Ask them what ‘gen’ their room is – just don’t tell them I sent you 😉

What does that even mean?

Well the ‘gen’ has been suggested as a way of distinguishing the type of experience of an Escape Room. Earlier rooms used no technology and had lots of combination locks, later rooms used more story / narrative, and then came more technology in place of traditional locks. So arduino and raspberry PIs are now common place behind the scenes to make things work. Some newer rooms even incorporate AR & VR – although I’m not sure if that’s a good thing yet!

Ultimately, the gen of the room doesn’t really tell you if the experience is any good – so it’s somewhat pointless. You can have a fantastic game with zero technology but then it feels like if you label it a ‘gen 1’ then it’s somehow inferior to others.