Hi there
I am new to C# so need a bit of assistance if possible. I am trying to create a Whack a Mole style game, where I want a few of 12 picture boxes to appear randomly, stay for a set amount of time to allow the user the opportunity to click them and then dissappear. Obviously then the process would have to happen again with maybe a different number of picture boxes shown.
I want this to keep happening until the a timer reaches 0.
I am thinking a loop or array but am really not sure however I'm sure there will be a simple solution.
Thanks a lot.