Laser Tag Gun Game
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
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
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.
Downloads
Upload the Laser Tag Gun Code
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
Lets attach the board and aim the LDR with LASER gun.
As a next project you can add more features of multiple teams.