Posts with «board game» label

These Middle Schoolers Built a Custom Arduino Board Game to Explore Ancient Egypt

A hidden sarcophagus, digital dice, mummy voice over, and desert sound effects. This board game looks like it's fun and educational.

Read more on MAKE

The post These Middle Schoolers Built a Custom Arduino Board Game to Explore Ancient Egypt appeared first on Make: DIY Projects and Ideas for Makers.

Brazillian Class Creates Digital Board Game

A class in Brazil was given the assignment to make a board game. [Marcelo], presumably, heard his son lamenting how lame it was going to be if the board was just cardboard with some drawings on, and came to the rescue.

A match meant to be.

Working with the class, they came up with the rules of the game. We’re not certain what those are, but it involves a regular game board, a flashing light circle with numbers, and a fusion between Operation and one of those disease transmitters commonly found at the doctor’s office. You can try to puzzle them out from the video after the break.

The brains of the board is an Arduino with an external EEPROM for all the sound effects and other data needed for this construction. Everything is laid out on a beautifully done home etched PCB. It’s too bad the other side of the board isn’t visible.

We’re sure the kids learned a lot working with [Marcelo]. It would have been nice if a traveling wizard came to some of our earlier classes in school and showed us just how much cool stuff you can do if you know electronics.


Filed under: Arduino Hacks

Experience a creative internship with a BLE board game

InternTrip is a board game prototyped by 2nd year Masters students at the École de Communication Visuelle Aquitaine (France) and running on Arduino at Heart Blend Micro.

Once again designers Guillaume Beinat and Alexandre Suné of Tazas Project directed a dozen students* into creating an  immersive game focusing on the experience of internship in a communication agency:

 The system they use relies on the use of an Arduino bluetooth card which calculates the player’s position on the board and simultaneously transmits this information to the smartphone. The coordinates received allow the player to discover the inside of the agency by moving their smartphone over the outer wall of the building, or in other words, the board. From table football to the terrasse, passing by the coffee machine or the photocopier, they invite us to visit the agency, to talk with the team and to compete with our colleagues in head to head questionnaires about the world of advertising. This is your time,  young,  exploited interns, to take your revenge and land that job!

* Manon Fauvel, Anna Borup, Benjamin Armel, Charlotte du Portal, Émilien Badoc, Guilhem Pacha, Isabelle Ducournau, Nicolas Pierre, Sandy Kauy, Sophie Cazes, Arnaud Bresson

What’s the future of board games? Some students are making it connected

Fifteen students from Master degree of ECV Aquitaine  under the direction of Tazas Project - an artistic group run by Guillaume Beinat and Alexandre Suné –  created and shared with us a smart board game called “Web World War”.

The goal is simple: survive a computer virus that has infected your machine and, throughout the game, the player should build a strategy  to win this virtual war.

The game runs on Arduino and is composed by a screenprinted board connected to any mobile device plugged on a local WiFi connection. Take a look at the video:

Arduino Blog 27 May 15:36

Connect 4 binary clock

As part of a class at University, [Emacheen22] and his teammates turned an old Connect 4 game into a binary clock. This image shows the device nearing completion, but the final build includes the game tokens which diffuse the LED light. We enjoy the concept, but think there are a few ways to improve on it for the next iteration. If you’re interested in making your own we’d bet you can find Connect 4 at the thrift store.

Instead of using the free-standing game frame the team decided to use the box to host the LEDs and hide away the electronics. Since they’re using a breadboard and an Arduino this is a pretty good option. But it means that the game frame needs to be on its side as the tokens won’t stay in place without the plastic base attached. They used a panel mount bracket for each LED and chose super glue to hold all of the parts together.

We think this would be a lot of fun if the frame was upright. The LEDs could be free-floating by hot glueing the leads to either side of the opening. Using a small box under the base, all of the electronics can be hidden from view. After all, if you solder directly and use just a bare AVR chip there won’t be all that much to hide. Or you could get fancy and go with logic chips instead of a uC.


Filed under: clock hacks, toy hacks