Buzzer Project For Classroom Team Games

Want to host a Jeopardy tournament with your friends? Looking to add a bit more fairness to your school’s knowledge bowl? Perhaps you should build some buzz-in hardware of your own.

Here you can see [Matt Hanson’s] take on this idea. He used one Arduino to gather not just buzzer info, but also keypad data from four satellite controllers. Each has an RJ45 jack, allowing it to connect tot he base unit with an Ethernet patch cable. We like the color coding that [Matt] chose, which matches the color of the arcade button to the keystone jack on the base. And of course the fantastic look of the water-jet cut cases isn’t lost on us either.

You may wonder why he included a key pad on each controller? It looks like he and a few others worked together to develop a team-based math game for use in school.

Controlling An Infuriating Game With An Accelerometer

[Daniel] just made a motion controlled game controller to go with his infuriating game. Thankfully, [Daniel] posted the source for this game so first time players already know the level select codes.

The controller is based on an Arduino Uno with what looks to be a Sparkfun 2-axis accelerometer providing the tilt sensing. A similarly sourced half-inch force sensitive resistor and temperature sensor control the ‘jump pads’ in the game. A small vibrating pager motor strapped onto the controller as a rumble pack.

Continue reading “Controlling An Infuriating Game With An Accelerometer”

ATtiny13 Powered Handheld Helicopter Game

[Owen] just finished putting together a portable helicopter game. It’s pretty impressive, especially since he used an ATtiny13 microcontroller. That chip uses an 8-pin dip package, offering only five I/O pins (six if you use the reset pin) and 1k of programming space.

The game runs on a small cellphone-type LCD screen. The helicopter remains somewhere in the center column of the screen as the maze that makes up the game board approaches one step at a time. The single button that controls the helicopter will raise it with each step of the maze when held down, or allow it to fall when released. The player’s progress is shown as a hex value in the upper left corner of the screen. When you hit a wall, your score will be shown next to the high score for the game and will be saved in EEPROM if it’s a new record. As the game progresses, the maze gets harder based on the score. Check it out in a video clip after the break.

Continue reading “ATtiny13 Powered Handheld Helicopter Game”

Bringing The Game Of Tag Into The Digital Age

tagurit

How long has it been since you’ve played a game of tag?

[Sylvia Cheng, Kibum Kim, and Roel Vertegaal] from Queen’s University’s human media lab have concocted a fun twist on the classic game that just might compel you to start playing again.

Their game, called TagURIt, arms two players with Lumalive LED t-shirts which sport embedded touch sensors. A third player, known as the “chaser” attempts to touch either of the other players in order to capture the token displayed on the player’s chest-based LED matrix. The game is score-based, awarding points to the chaser for capturing tokens, while giving the other players points for avoiding capture.

If both players wearing the LED shirts are near to one another, the token will jump to the other player in an attempt to thwart the chaser. In this game, each player is a location-tagged URI, and proximity is determined by either tracking the users with cameras indoors, or via RF sensors if the game is played outside.

It is definitely an interesting way of playing tag, and we imagine it could be quite fun in large groups.

Continue reading to see a video demonstration of the TagURIt game being played.

[via Adafruit blog]

Continue reading “Bringing The Game Of Tag Into The Digital Age”

Jeri Ellsworth’s Shooting Gallery

Back with another interesting vidoe, [Jeri Ellsworth] once again brings us an amusing and educational hack. This time she’s made a “shooting gallery” in the style of the old arcade games that actually used projectiles. In her version however, she’s using LEDs in the targets which are detected by the gun.  In an effort to keep the feel the same, she rigged up a pinball bell to ding at the appropriate times and it is quite effective.

As usual, she does a great job of breaking everything down and explaining how it all works. She shows us around her prototype so you can see how it is constructed, if you can make it through the solder gun shootout in the beginning.  If she were to continue with this project beyond the functional prototype stage, we’d love to see small video clips being displayed for the targets pepper’s ghost style. Maybe we’re just having fond memories of Time Traveler.

Internet-controlled Robotic Arm

internet_robotic_arm

[Trav] was pondering virtual reality and decided it was no longer all that it was cracked up to be, so he created an experience in what he calls “Remote Reality”. While we have seen many installations over the years that allow people to remotely interact with objects across the globe, his Orbduino project consists of more than simply toggling lights on and off (though he’ll let you do that too).

In his house, he has set up a robotic playground of sorts that allows anyone who visits a chance to play around with the robotic arm he has installed there. The arm is situated in a pen filled with random objects which can be stacked and moved around. He also promises to show you something fun, provided you can guide the arm to pick up an object and hold it against the target positioned outside the pen.

He didn’t forget the obligatory remote light controls either. You can turn the overhead lights on and off, as well as control a multi-colored orb situated in the corner of the room. Most of the project’s interface is done with an Arduino Mega, which handles the robot arm interface, as well as messing with the light installations.

If you have some free time, swing by his site and give the robotic arm a try. It’s a fun little time waster that you will likely enjoy.  Just make sure to take it easy on his web server!

DrunkenNES Makes A Game Out Of Getting Hammered

drunkenNES_cart

While handheld breathalyzers are pretty novel to have around while drinking with friends, there’s nothing exciting about a $50 off the shelf unit. If you really want to grab people’s attention, you have to get creative and built something like [Batsly Adams] and his friends did.

One evening, he was casually drinking with some friends and playing around with an electronic alcohol sensor. They quickly put together a NES ROM that would play sounds, changing the pitch depending on how much alcohol the sensor detected. It quickly became apparent to them that a full-fledged breathalyzer video game was in order. In no time, he and his friends had compiled graphics, a soundtrack, and the code to drive their game, DrunkenNES.

To play the game, each player must blow into a gutted NES cartridge that has been fitted with the alcohol sensor. The Nintendo computes the player’s BAC, reporting how intoxicated they are using simple graphics and cheesy animal puns. We don’t know when the code and schematics will be made available, but when they are, you can guarantee we will be building one for “research” purposes to pair with our Power Hour shot glass.

Keep reading to see some in game video of DrunkenNES

[Thanks Adam]

Continue reading “DrunkenNES Makes A Game Out Of Getting Hammered”