(06-11-2022, 07:37 AM)johnno56 Wrote: Slight problem... After completing the game, "press any key", restarts but will not go past the first guess for the next game...
Oh I probably forgot to reinitialize guesses count to 0.
Put this line right after restart:
Code: (Select All)
restartF = 0: lc = 0: guesses = 0
There are some code inefficiencies like lc (loopcount) should be same as guesses I would think...
Hey I looked up Farkle last night, another dice game like Poker? Apparently a pair doesn't count for anything.
b = b + ...