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)
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.
- Use
sh ./build.sh
to concatenate all files into one on./build
folder. - Copy the content of main.io inside the emulator.
- Project on Wokwi emulator
- Project on Tinkercad emulator
- Project on Tinkercad emulator
More details on this Readme https://github.com/marcelovani/arduino-laser-target/blob/master/Electronics/Multivibrator/Readme.md