Library and sketch code for an Arduino-based Laser Tag game.
The code is part of a cooperation project between Kodeklubben Tromsø (Tromsø Code Club) and Nordnorsk Vitensenter (Northern Norwegian Science Museum) called Skills Makerlab. The Makerlab is a free evening activity for kids between 13-19 years.
All hardware is based on the Arduino Microcontroller. Each set uses an Arduino Nano (Lasergun) and an Arduino Uno (Laservest). In addition to several components, the kits also use custom PCBs to reduce the number of wires and remove the need for breadboards. The complete setup will be made available through an instructional manual, with component requirements, schematics for PCBs and soldering, .
Software is provided as is, the latest version has not been tested with a complete kit yet, but it does compile for the Arduino boards.
Version 1.0 have been developed during the last Makerlab courses.
Laser Gun
Laser Vest
Version 2.0 is currently under development, some of the planned features are:
The main contributors to the project are:
The library uses some third party libraries:
IRremote library by Ken Shirrif
Adafruit Neopixel Library by Adafruit