zbb93 / FreeHoldEm

Texas Hold Em game in Java
GNU General Public License v3.0
4 stars 0 forks source link

High score file causing error on second run #6

Closed zbb93 closed 8 years ago

zbb93 commented 8 years ago

If a user starts the game for the first time and the high score file is not present it is created, however it is not populated until the end of the game. If the user exits the game before the file is written then the next time the game is run there will be a noSuchElement exception from the scanner.

Urkki commented 8 years ago

i can try to fix this!

zbb93 commented 8 years ago

Thanks Urkki, I appreciate the help!