From 2504d971d1cc8f2f81c74ee2bc027c2205670057 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Mon, 7 Apr 2025 17:05:40 +1000 Subject: [PATCH] feat: Add starting materials --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 8f125e9..89ef6d2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,18 @@ # Laser Tag This uses a programmer to setup the game. In addition is supports adding bases, health/ammo packs, etc. +## Parts +### Guns +- IR LED +- IR Receiver (multiple in thhe future to allow for being shot in multiple places) +- Microcontroller (Arduino Nano ~$5/each) +- Battery +- A few buttons for firing and reloading +- Optional: LCD screen for showing health, ammo, etc. (~$6/each) + +### Programmer +Either a wifi enabled microcontroller or any microcontroller with a USB connection and a computer. + ## Overview of gameplay Use programmer to setup each gun. The programmer will send a IR signal containing the game variables to each of the guns.