the computer picks a key the guessers choose random numbers. if the guessers guess the key, you win and global wins goes up by 1. lets get as many wins as possible.
IMPORTANT if the length of 'guessedlog' reaches 200,000 then you will have to start running the project again - it isnt possible to get the key. for those who want to know, explanation below. The way the game knows if you have guessed the key is by checking the 'guessedlog' every time a new number is added. if the length of a list on scratch reaches 200,000, it cannot store any more information. Therefore, even if one of the guessers finds the key number, it will not be able to put it on to the list to be checked.