Thank you for the insight and info on the money. I'll have to take a look back at the code to figure out the 1 difference. Thank you for playing!
You most likely did something along the lines of:
// greater than 20 if money > 20 { // (incorrect way) } // greater than or equal to if money >= 20 { // (correct way) }
Was crazy good for a first game!