Laser Tag Gun Game

by suman_1790 in Circuits > Arduino

1559 Views, 1 Favorites, 0 Comments

Laser Tag Gun Game

IMG_20170830_154803.jpg
IMG_20170830_154809.jpg
IMG_20170830_205831[1].jpg
IMG_20170830_205347[1].jpg
IMG_20170830_210615[1].jpg
Capture.PNG

Laser tag gun game is interesting to play. It is very simple to construct. It is great learning project as well to make your own laser tag gun.

Here i'm using a Arduino board to construct this.

This is a EEPROM based project.

Now in this instructable i'll explain all the steps of construction and how to use EEPROM.

What we need:

  • LASER tag gun
  • LDR
  • Resistor
  • Jumper wire
  • Arduino UNO

Assemble the Circuit

Capture.PNG

Connect a bigsize (12mm) LDR in voltage divider connection with a resistor(as shown in the figure), and insert the output in analog pin A0 of your Arduino board.

Upload the Code

download.png

Upload the below code and cheak serial moniter to check the value of LDR, when light is incident on it.

Note down the value when the light is incident on it.

Upload the Laser Tag Gun Code

download.png

Now upload the EEPROM code to store the tag counter value in EEPROM, just put the value which is noted from the serial moniter in previous step.

Downloads

Let's Start the Game

IMG-20170824-WA0017.jpg

Lets attach the board and aim the LDR with LASER gun.

As a next project you can add more features of multiple teams.