(How the brainfuck number guessing game works) The numbers you have to guess aren't actually random, (shouldn't be a surprise) instead there are many possible numbers that are correct guesses every time. This is done by adding the individual digits in your number together, (34 = 3 + 4. 3 + 4 = 7) and checking if it adds up to one of the numbers that equals a correct guess