Schlagwort: Remotely-Played Board Games

  • Robotic Connect Four lets you play remotely

    Robotic Connect Four lets you play remotely

    Reading Time: < 1 minute

    Robotic Connect Four lets you play remotely

    Arduino TeamJuly 3rd, 2018

    In order to restore some tactile feeling to remotely-played board games, maker “lyudatan” created a pair of Arduino Uno-based Connect Four robots. 

    When a player makes a move by dropping a disc into a slot, this is recorded by an IR proximity sensor on the first board. The data is then transmitted via an Ethernet shield to a web server.

    The second board uses a stepper motor to position discs above the correct slot, and drops them using a servo motor. This process is repeated until the game is done, allowing two players to play the game at a distance.

    [youtube https://www.youtube.com/watch?v=fomDjJ11hS8?feature=oembed&w=500&h=281]

    Code for the project is available here.

    Website: LINK