JochiSt / Strandjungs_ReactionGame

Reaction Game - one or two wooden rods fall down and you have to catch them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reaction Game

The idea of this game is that you press a button and after some time (random) one or two (selectable) wooden rods are dropped. The player has to catch these falling rods.

Modes

There are four different modes implemented. The selection of the modes is done via the binary encoded input from the switch (marked with Drop 1/2). Switch 1 is the LSB and two the MSB.

Switch 2 Switch 1 Mode Action
0 0 0 dropping a single random rod
0 1 1 dropping two random rods at the same time
1 0 2 dropping two random rods at different times
1 1 3 dropping all rods after each other (with waiting time) in a random order

Operation Voltage & Current

The operation voltage is 12V and the power consumption is about 1.5A (5x200mA for the magnets).

Hardware used

About

Reaction Game - one or two wooden rods fall down and you have to catch them

License:GNU General Public License v3.0


Languages

Language:HTML 98.5%Language:C++ 1.5%