-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from bluestmango/dev
Add replay option
- Loading branch information
Showing
2 changed files
with
35 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Simple higher or lower game, designed to be played with a deck of cards. For those unfamiliar, you flip up | ||
the top card and guess whether the next one will be higher or lower than it | ||
|
||
Script calculates the statistically best guess & terminates after a wrong one. | ||
Script calculates the statistically best guess & optionally restarts after a wrong one. | ||
Haven't tested what happens if the deck runs out, probably nothing good. Will handle that in future if it's needed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters