I have made a (simple) game in processing and I want it to be played for a predefined time, let's say 1 minute. So people have to click on highlighted arrows and I want the game to automatically stop after 1 minute (and preferably have a "play again" button, but that is for the next step).
I am really bad at programming and the code I have now only exist with help from a colleague and adding and adjusting existing code from examples.