Merge branch 'main' into fix-logic-error-in-60_mastermind

This commit is contained in:
Anthony Rubick
2022-03-07 09:04:07 +00:00
committed by GitHub
553 changed files with 8878 additions and 5573 deletions

View File

@@ -12,10 +12,10 @@ function input()
{
var input_element;
var input_str;
return new Promise(function (resolve) {
input_element = document.createElement("INPUT");
print("? ");
input_element.setAttribute("type", "text");
input_element.setAttribute("length", "50");
@@ -282,7 +282,7 @@ async function main()
}
h += m;
show_score();
//
// Now computer guesses
//