Posts with «arcade game» label

Laser Pointer and Arduino Make a Minimalistic Shooting Game

Video games are great and all, but sometimes you just want the thrill of manipulating actual objects in addition to watching action on a screen. This must have been the reason why Nintendo’s Duck Hunt became so popular despite the simplicity of its gameplay. Prolific hacker [mircemk] similarly made a computer-plus-physical game called “Laser Shooter“, which somehow reminds us of the good old NES game.

The game is based on an Arduino Nano, to which five LEDs as well as five photoresistors (LDRs) are connected. When the game is started, the LEDs light up at random and the player has a limited time to “shoot” the corresponding LDR with a laser pointer. This time limit is decreased as the game progresses, and the game is over once the player fails to hit the target on time. The “Game Over” message is accompanied by a sad tune, but luckily no giggling dog.

Complete schematics and code are available for anyone willing to try their hand at replicating or improving this game. And no, you can’t simply sweep your laser across the five LDRs all the time, because you lose if you shoot at the wrong target. For more laser pointer-based games, try this Laser Command clone or this laser tag badge system.

Build a 4-button arcade game out of LEGO

If your kids (or you) have somehow gotten tired of playing with LEGO bricks, Lenka Design Workshop has a great way for you to breathe new life into this unused pile. 

Their game enclosure consists of a 32×32 LEGO baseplate, along with walls made of blocks to support a clear acrylic cover. This in turn holds four large arcade buttons for gameplay control. Five games are currently implemented to run on the game’s Arduino, with light and sound feedback.

We decided to recycle the unwanted Lego bricks and created an arcade game.

The code has been written in such a way that it doesn’t have dependencies and will compile on any Arduino board. And of course the games have been intensively tested by our kids.

How is this game different from many others that have been published before?

First of all, there are 5 games built into it:

  • Memory Game (“Simon-Says”-like, similar to Touch Me game)
  • Reaction game (similar to Whack-a-Mole game)
  • Contest/Competition game (for 2-4 players)
  • Melody Game (Push and Play free mode for toddlers and smaller ones)
  • War game (for 2-4 adults)

Secondly, it has a great design (from our perspective) and can be easily repeated.

And thirdly, it is earth-friendly because it allows you to recycle the plastic.

You can see a short demo of the system in the video below, or check out the project write-up for more info. 

Arduino Blog 17 Aug 15:58

Use BITalino to Graph Your Biosignals and Play Pong!

The BITalino is great for biohacking — hook up the sensors and play Classic Pong with a swing of your wrist.

Read more on MAKE

The post Use BITalino to Graph Your Biosignals and Play Pong! appeared first on Make: DIY Projects and Ideas for Makers.