YPetremann / ShenzhenIO

ShenzhenIO Solutions as save folder
25 stars 8 forks source link

Laser Tag: 140 power #16

Closed twarmboe closed 7 years ago

twarmboe commented 7 years ago

Solution is now: ¥14/140/8

Taking a slightly different approach here where instead of generating our pulse we passively let it through using an AND gate.

We also use a DX300 to turn the ammo count into a high/low signal (high for anything besides 0, values of 100+ aren't possible) to be ANDed with the trigger_and_alive signal.

I'm also wiring both the fire output (negated) and the reload output into another DX300 so I can do a tcp against 10 (where 0 is firing, 10 is nop, 100 is reload). This may not actually be optimal as I suspect there's a better way to spend that precious space.

This is not the lowest known solution; there's a 122 power solution somewhere in the wild.