[Console Application]
I would like to have one method on a timer, (Thread.Sleep) and run another method along side it, waiting for the user's response. If the timer runs out before the user can respond (ReadKey), then they will lose a life.
How can I, in short, have a ReadKey be on a timer?