MENU

Fun & Interesting

Escape Room Puzzle Tutorial - "Symbol Wheels"

Playful Technology 28,554 3 years ago
Video Not Working? Fix It Now

Learn how to create an escape room puzzle in which players must rotate a set of stone discs so that all the symbols along their touching edges match. The position of each disc is monitored by an Arduino and, when the puzzle is correctly solved, a relay is activated, releasing a key from a maglock. I'll illustrate how I used Inkscape to design and layout the symbols on the stone discs, which I cut on a CNC router (though you could easily create these using hand tools and paint the symbols on). I used Minizinc to model the puzzle logic and ensure that only one unique solution existed, and the Arduino IDE to program the puzzle controller. Timings --- 00:00:00 - 00:02:23 Introduction and demonstration 00:02:24 - 00:08:21 Creating the design and layout 00:08:22 - 00:19:12 Modelling the puzzle logic 00:19:13 - 00:23:48 Building the prop hardware 00:23:48 - 00:27:45 Electronics wiring 00:27:46 - 00:36:36 Arduino code 00:36:37 - 00:37:48 Wrapup Software Used (all free and open-source 😊❤️ ) --- - Inkscape (https://inkscape.org/) - Minizinc (https://www.minizinc.org/) - Arduino (https://www.arduino.cc/) - Fritzing (https://fritzing.org/) Hardware Used --- - Maglock (https://www.banggood.com/custlink/m3KRB23LA9) - Arduino Nano (https://www.banggood.com/custlink/KvKDUmhTqI) - 5V Relay Module (https://www.banggood.com/custlink/mDD3bOqeP5) - 7× RC35 Magnet Sensor (https://www.ebay.co.uk/itm/363387069700) - Lazy Susan Mechanism (https://www.amazon.co.uk/gp/product/B08NXB6RX8) - Textured Spraypaint (https://www.amazon.co.uk/Plasti-kote-9444-400ml-Stone-Touch/dp/B001GU6HKU) - 7× Neodymium Magnet (https://www.amazon.co.uk/pieces-Neodym-Magnet-Diameter-Magenesis®/dp/B06X977K8L) If you enjoyed this video or found it helpful, please like and subscribe to this channel! And, if you'd like to download the code for the Arduino IDE, the Minizinc puzzle logic constraint model, wiring diagram, or other resources used in this and all the other escape room projects shown on this channel (and support me to continue making more tutorials in the future!), please check out my Patreon at https://www.patreon.com/playfultech #escaperoom #arduino #puzzledesign

Comment