[Marcelo Maximiano’s] son had a school project. He and a team of students built “The Pyramid’s Secret“–an electronic board game using the Arduino Nano. [Marcelo] helped with the electronics, but the result is impressive and a great example of packaging an Arduino project. You can see a video of the game, below.
In addition to the processor, the game uses a WT5001M02 MP3 player (along with an audio amplifier) to produce music and voices. There’s also a rotary encoder, an LCD, a EEPROM (to hold the quiz questions and answers), and an LED driver. There’s also a bunch of LEDs, switches, and a wire maze that requires the player to navigate without bumping into the wire (think 2D Operation).
In addition to the code and hardware diagrams, there is a PDF file on GitHub describing more about the game. It is in Portuguese, though, so most of us will probably need a little translation help. However, a Brazillian site did have an English post about the game, which might be a good place to start.
You might not want to replicate the game, but it is a great example of how much an Arduino can do with some simple externals devices and some attention to packaging.
Sadly, most of our projects look more like this game (no offense to that hacker). Projects like this are way more likely to spark young people’s interest than a blinking LED or a capacitor meter. If you are more in the mood for arcade play, you can also check out Arduinocade.
Think THREE D Operation. Not 2D.
Oh I don’t know… you only move in two axes and then if you bump…. with operation you have to control three axes.
This was already posted some time ago.
http://hackaday.com/2016/04/10/brazillian-class-creates-digital-board-game/
true
is the nano producing the music and where can t get the music?
https://github.com/marcelomaximiano/BoardGame
Open the ‘View Code’ folder, sounds are stored on the EEPROM I thinks.
The songs are stored in a SD card and are played by WT5001M02 module.
Hmm. My comment disappeared. Please change “a EEPROM” to “an EEPROM”. Thanks.
That seems to be a overly pedantic request.
Would it be different if it was “Code Like a Egyptian”?