Build Your Own Knife Throwing Escape Room Carnival Game

Поделиться
HTML-код
  • Опубликовано: 3 июл 2024
  • This video tutorial explains how to build your own "knife-throwing" escape room puzzle, inspired by impalement arts tricks performed in the circus or carnival.
    The wooden board has a number of slotted holes, arranged to narrowly miss the outline of a lucky target. When players insert knives into the correct slots, they block a beam of infrared light which is detected by a sensor, a sound effect plays, and a relay is energised to release a maglock.
    This example uses an ESP32 as a controller, but the code logic would also apply to any Arduino, ESP8266, or similar microprocessor instead.
    To install the IR sensors onto the board and make sure they are aligned correctly either side of the slot, I'm using a 3D-printed mount as described in this video: • Creating a 3D printed ...
    If you don't have a 3D printer, don't panic - you can screw the sensors in place, or attach them some other way instead.
    Timings
    00:00:00 - 00:01:23 Introduction and Demonstration
    00:01:24 - 00:03:07 Hardware Overview and Assembly
    00:03:08 - 00:08:11 Wiring the Components
    00:08:12 - 00:18:28 ESP32 Arduino IDE Code Listing
    00:18:29 - 00:19:33 Wrapup and Conclusion
    For more information on this build, or to access the resources used in this and any of the other escape room projects featured on this channel, please see / playfultech
  • РазвлеченияРазвлечения

Комментарии • 21

  • @robertedlund6357
    @robertedlund6357 3 месяца назад +2

    So happy to see you post again. I am in the process of building my third DYI @ home escape room. This time, thank to your amazing work 8 am now using Arduino 😊

  • @codingcat2468
    @codingcat2468 3 месяца назад +3

    Really cool tutorial, what about making another series similar to "building an escape room in a box" again, I really enjoyed that format

    • @PlayfulTechnology
      @PlayfulTechnology  3 месяца назад +1

      I'm doing a couple of physical ER room builds at the moment, and I'm _hoping_ that I might persuade the owner to let me do some filming of installing the prop on-site but I'm not sure yet.... fingers crossed!

  • @lwo7736
    @lwo7736 3 месяца назад +3

    This would be really cool for one of those "two generals have a key that they have to put in a slot and turn at the same time to launch a nuclear bomb" kinda scenarios. I also like the idea of using one of these sensors simply as an alternative to pressing a button, like for a pirate theme or something

    • @Briaaanz
      @Briaaanz 3 месяца назад

      Brilliant idea! I can totally see an escape room based on stopping (or starting) a nuclear launch

    • @PlayfulTechnology
      @PlayfulTechnology  3 месяца назад

      Thankyou! Also consider that you can detect when an item has been _removed_ from a slot (e.g. pulling the sword from the stone...?)

    • @robertedlund6357
      @robertedlund6357 3 месяца назад

      Exactly my thought as well. The basic principle is simple and genius. With software you can add several layers of complexity.

  • @KrazeeKraftZ
    @KrazeeKraftZ 3 месяца назад

    Always great content, thanks Alastair

  • @HitsandHeadlines
    @HitsandHeadlines 3 месяца назад +1

    I LOVE THIS IDEA! Cant wait to build one for myself! 🔥🔥🔥

  • @TekGeekDad
    @TekGeekDad 3 месяца назад +1

    Great tutorial as always - thanks for sharing.

  • @knwclu
    @knwclu Месяц назад

    First of all, thank you for sharing your videos as you do. It really helps people like myself learn that much more. Quick question though, and this will really go to show how much I am in the learning phase - what is powering the esp32? Are you able to use the 12VDC that helps the maglock to also power the esp32 via use of a terminal block? Or is that too much current pull from one source and you need to have 2 separate 12VDC sources - one for the esp and one for the maglock? Thanks again and thanks for the helpful videos!

  • @Wranorn
    @Wranorn Месяц назад

    I would have just used reed switches to minimize the wiring instead of the beam break.
    Also would have wired each hole to me able to make the required holes programmable.

  • @ibmerlin2
    @ibmerlin2 2 месяца назад

    Couldn't you do the same thing with a light sensor diode? Then you just need to look for voltage change on covered pins.

  • @720xt
    @720xt 3 месяца назад

    It seems this is overengineered. Between this setup, and use of 3 magnet switches wired in series and small magnets in the knifes. Then you will use only 1 pin for detection on the ESP. Instead of a pin for each detector. Also the magnet switches setup is more bulletproof.
    It wont degrade by any means. If you have more dusty enviroment, or a spider tries to put his web on the way of the IR emmiter, it could wreck players experience if you don't have monitoring over the sensors.
    Aside from this, cool puzzle :)

    • @PlayfulTechnology
      @PlayfulTechnology  3 месяца назад +1

      That is true, but a lot of escape room puzzles use magnets (and those that don't use RFID :) ), and it's a good idea to ensure that players can't accidentally solve one puzzle using the wrong prop which happened to use the same detection mechanism in a different scenario. Too many magnetised props in a room can lead to difficulties!
      Also, the intention of this channel is to demonstrate a range of different input and output methods, and this seemed like a suitable scenario in which to demonstrate how a beam break sensor could be used. But there are certainly many ways that the same effect could be done.

  • @emiltoteb
    @emiltoteb 3 месяца назад

    Haven’t watched it in full yet, but any reason for using the IR sensors instead of just a normal switch? In my mind it’s easier to wire 3 switches in series with their NO connection going to the next, closing the data line to a relay, which in turn switches off the maglock (connected 12v to power supply and ground to NC of relay) and the mp3 module (connecting the pin on the module via NO to the common ground) for the sound.
    Reasons I can see
    - being able to track it via the wifi onboard with mqtt;
    - to not have the relay sound
    - switches being a mechanical part that could wear with time
    - being able to enable the next puzzle wirelessly instead of via the relay.

    • @t3chrs
      @t3chrs 3 месяца назад +2

      I would think one reason is maintenance. Switches, mechanical things that players can exert force onto, break. Break beams should last forever.

    • @720xt
      @720xt 3 месяца назад +1

      Magnet switches could 0be used and put 3 small magnets in each of the knifes. Also the IR sensors could degrade with time, Dust, bugs, particles, could block the IR light from emitter to reciever @@t3chrs

    • @PlayfulTechnology
      @PlayfulTechnology  3 месяца назад +1

      As I mentioned in a previous comment, the purpose of this channel is to provide ideas and inspiration of some of the different technology that are often used to achieve the "magic" of escape rooms. There are certainly many other ways that you could achieve the same outcome - using contact switches, magnets, RFID, proximity, metal sensors.... each has their own advantages and disadvantages. One of the main advantages of the beam break sensors is that they are completely contactless - they have no intenal moving parts, nor come into contact with any prop that the (often heavy-handed) escape room player is wielding, so they should have a much longer expected lifespan than a normal switch, especially useful in a prop like this where players are quite forceful in pushing the knives into the slots.
      And yes, the reason for using the microprocessor is a topic I've mentioned in several videos - it enables the basic standalone puzzle illustrated in the video to be extended further: to include additional inputs or outputs, to change game logic on the fly, to provide feedback, monitoring, or override capability from a remote room monitoring system, to synchronise outputs with room-level lighting or audio etc. etc.

    • @emiltoteb
      @emiltoteb 3 месяца назад

      @@PlayfulTechnology Don’t take this the wrong way - I’m All In for proposing different ideas - I have personally learned a ton from your videos - from logic via code to very specific components I never knew existed.
      I’ve just been interested if there’s an obvious advantage to doing it that way that I haven’t thought about yet.
      -
      On my personal journey I started working exclusively with Arduinos (before ESPs were so mainstream) and knew hot to build the logic for many puzzles in code with many different inputs. As we’re now moving more and more into temporary outdoor installations my attention has switched to how to make certain puzzles run without any form of microcontroller, just with simple components and a battery pack. This has led me to 1) find and use many cooooool boards, like the mp3 player one shown here, but in the v^v mode i think, where each of the 1-8 legs plays a different track when connected to ground; 2) try to simplify MANY puzzles into basic components - switches, motors, simple leds and transistors; 3) appreciate first hand how much we rely on good (or not very bad) weather conditions for our tech to work and how quickly things go haywire when the prop is suddenly underwater 😁😅.
      Please keep on creating and showing us creative ways to go about creating puzzles. With a great amount of love and huge thanks for the lessons learned - kindest regards from Bulgaria!