From 4ff18ddb7b5d4a8307f18b95024b9f6f6987743c Mon Sep 17 00:00:00 2001 From: Anthony Rubick <68485672+AnthonyMichaelTDM@users.noreply.github.com> Date: Tue, 8 Mar 2022 18:36:53 -0800 Subject: [PATCH] Update README.md --- 60_Mastermind/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/60_Mastermind/README.md b/60_Mastermind/README.md index 7b4ef727..5472f57d 100644 --- a/60_Mastermind/README.md +++ b/60_Mastermind/README.md @@ -31,6 +31,7 @@ Originally, after guessing and getting feedback, the computer would look through this was discussed in more detail in [issue #611](https://github.com/coding-horror/basic-computer-games/issues/611) additionally, it's recommended that you have the computer elimate it's previous guess as possible unless that guess was correct. (the rust port does this) + --- As published in Basic Computer Games (1978):