/arduino-laser-target

Arduino Laser Target shooting using laser tag guns

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Arduino Laser Targets

A game using toy laser tag guns to shoot at targets. The targets will also soot back at you using laser beams. When you hit the targets, they will drop.

Picture (todo)

Video (todo)

Building the project

This file is divided into multiple .cpp classes. Typically we would use the usual C++ includes, but in order to run the code on online emulators (links below), we use a script to combine all files into one file i.e. build/main.ino.

  1. Use sh ./build.sh to concatenate all files into one on ./build folder.
  2. Copy the content of main.io inside the emulator.

Emulators

  1. Project on Wokwi emulator
  2. Project on Tinkercad emulator

Tinkercad project

Electronics

  1. Project on Tinkercad emulator

Tinkercad electronics

More details on this Readme https://github.com/marcelovani/arduino-laser-target/blob/master/Electronics/Multivibrator/Readme.md