I show you how to make an Arduino controlled Marble Maze Labyrinth board game that is super easy and fun to make. And the best part is it's made From Cardboard.
The idea of the game is to navigate the marble through the maze to reach the portal at the end to win the game.
Of course there are many ideas to improve this game and make it more fun, such as pudding some sensors at the end, buzzer to play a tone when while playing or even pinch some holes in the maze itself.
The IdeaI got bored from electronic game and I stated to search about the physical skill games, so I’ve found the Labyrinth and I liked it.
What is the Labyrinth?
Labyrinth is a game of physical skill consisting of a box with a maze on top with holes, and a steel marble. The object of the game is to try to tilt the play field to guide the marble to the end of the maze, without letting it fall into any of the holes. Some versions of the game feature a suspended maze surface that rotates on two axes, each of which is controlled by a knob. Small handheld versions of the game are sold, with the box being completely closed with a transparent cover on top. The game was developed by BRIO in Sweden and first released there in 1946.
Isn’t time to develop this game?!!Design
I started to design my own Labyrinth maze using sketch up pro to imagine how this game will look like. And I was careful to give it suitable size and make it pretty easy because kids may started to build their own maze too.
The design files are available to download to make your own game out of cardboard in 1 hour only.
Tools& materials
· Cardboard 3mm
· Hot glue
· Sharp-Blade Knife
· Ruler
· Pencil
Components
Arduino (Any board type)
Mini bread board
Jumper wires
2X servo motor 9g
Joystick module
2 screws & nuts 12mm by 3mm
Cut out the shapePrint out the attached file and follow the following instructions to cut out the cardboard:
1. Cut out one 20 cm by 20 cm square for the base of the labyrinth.
2. Cut out two 14 cm by 16 cm isosceles trapezium for the sides of the labyrinth.
3. Make a rectangle hole in one of these two pieces for the servo motor (X axis).
4. Drill a 3mm hole in the other piece in the exact middle to be against the servo shaft in the other side (X axis).
5. Next you will need to cut out four 14 cm by 4 cm rectangles for the support in the interior of the labyrinth.
6. Drill a 3mm hole in the other piece in the exact middle to be against the servo shaft in the other side (Y axis).
7. Make a rectangle hole in the middle as shown in one of these four pieces for the servomotor (Y axis).
8. Choose your own maze from the attached files in the article, then cut out 12 cm by 12cm square for the maze.
9. Tip*Glue the paper maze to be as a guide for you.
10. You will need to cut out at least eight 1.5 cm by 12 cm rectangles for the walls in your labyrinth. Next you will need to cut them so that they are the right size and can fit in your labyrinth.
11. Follow the guide lines then glue the pieces in its place to become the wall of the maze.
12. Glue the servo motors in its place as shown.
13. Glue the servo motor horn in the rectangle pieces.
Connect the wires from the servos and joystick as shown
Arduino Pin 8 to yellow wire in servo 1 (X-axis)
Arduino Pin 9 to yellow wire in servo 1 (Y-axis)
Red & Brown wires to breadboard.
Arduino Pin A0 to Joystick pin VRx
Arduino Pin A1 to Joystick pin VRy
Joystick VCC and GND to breadboard.
Arduino 5V and GND to breadboard.
CodeConnected your Arduino board to the PC using its USB cable.
Open Arduino IED
Copy the paste the code into new sketch
Make sure of the name of serial port by clicking Tools menu > board > choose the active serial port
Click the upper circular button to upload the code.
Once you get the message done you’re ready to go.
Comments