mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-06 10:05:45 -08:00
Added missing bit of UI.
Fixed final bugs.
This commit is contained in:
@@ -44,6 +44,8 @@ namespace Craps
|
||||
|
||||
ui.ShowResult(result, diceRoll, bet);
|
||||
} while (ui.PlayAgain(winnings));
|
||||
|
||||
ui.GoodBye(winnings);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user