buzz wire game

so I'm working on this buzz wire game project but I don't have that much knowledge to make it run :frowning: .
and the worse part is that they want to put a LED in the place of the buzz, as also we have an lcd attatched to the arduino Uno so we can put a timer and words like: start; game over; winner;

I have already made traffic lights for vehicles and pedestrians and parking lot sensors as also parking sensors for vehicles, but this new task is being a real challenge and I can't find useful information to help me with the code.

if someone could please help I would apreciate a lot.

I already made te structure and welded the cables but I can't figure it out how to connect cables to arduino and how I gonna set the code to make it run.

please respond.

p.s: sorry for my bad english, I'm from portugal. if something isn't clear enough please comply so I can explain better.

thank you for your corporation

To start with, I'd make the twisty wire an input using input_pullup. Attach the other wire to ground and have your code digitalRead the input continuously. When you detect a LOW condition on the input, the wires touched, so light the LED.

Worry about the LCD later.

Now in https://forum.arduino.cc/index.php?topic=626809.0

ok working on that ... and I didn't say but they attatched the lcd into a keyboard (df robot) like the image in i posted the url :

Led ready. . . when I press reset, the led turns on and then turns off.