Introduce the Configurable Laser Tag System Discuss overall design and implementation Overview of...

9
The Configurable Laser Tag System Final Presentation Kedar Hiremath Andrew Floren Josh Armstrong Matt deWet

Transcript of Introduce the Configurable Laser Tag System Discuss overall design and implementation Overview of...

Page 1: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

The Configurable Laser Tag SystemFinal Presentation

Kedar HiremathAndrew Floren

Josh ArmstrongMatt deWet

Page 2: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

Overview of Presentation

Introduce the Configurable Laser Tag System

Discuss overall design and implementation

Overview of problems Briefly discuss cost and other

considerations Conclusion and recommendations Questions

Page 3: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

Standard Laser TagLaser beams are fired into receivers that

score hits, often in a futuristic arena

Problems:› Limited Strategy› Limited Teamwork› Repetitive› Low Replay Value

Page 4: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

Solution: Add Configurability!Ability to customize the game

- Create different gametype objectives- Modify game device parameters

Improvements:-Objective-Based Gameplay-Complex Tactical Strategy-Teamwork Required-High Replay Value

Screenshot from Halo – Capture The Flag

Page 5: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

System NeedsBasic laser tag functionalityWireless communication across devicesProgrammable device primitivesGame scripting system

- ability to ‘program’ game- intuitive drag-and-drop GUI- robust compiler- linker to all game devices

Page 6: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

System Needs (cont)Ability to play indoors & outdoorsMinimal power usage (max battery life)Low consumer costsLow prototyping costs

Page 7: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

What We Learned USB communication and bus-power Send/receive encoded IR signals Send/receive encoded RF packets Design a language, XML parser,

compiler and linker Solder SMT prototypes Efficiently design and layout circuits for

devices (in small spaces) Effective Teamwork

Page 8: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

Recommendations1. Don’t tear down and build up – make

continual progress2. If possible, get components that run on

the same voltage3. Don't try to re-invent the wheel4. Compromise between low prototype cost

and low product cost5. Remember: it’s a prototype, not the end

product6. Prioritize the essential parts

› Don't leave the power system until the end

Page 9: Introduce the Configurable Laser Tag System  Discuss overall design and implementation  Overview of problems  Briefly discuss cost and other considerations.

Conclusion

The Configurable Laser Tag System improves on laser tag by introducing customizable objective-based gameplay.

The system is a complex integration of configurable devices, communication protocols and game scripting software

The team ran into problems, and that sucks.