while we're at it, fix the javascript port not showed guess results too

This commit is contained in:
AnthonyMichaelTDM
2022-03-07 00:58:30 -08:00
parent eaff44a86a
commit 79e53c293b

View File

@@ -269,6 +269,8 @@ async function main()
print("YOU GUESSED IT IN " + m + " MOVES!\n");
break;
}
//tell human results
print("YOU HAVE " + b + " BLACKS AND " + w + " WHITES.")
// Save all this stuff for board printout later
ss[m] = str;
sa[m] = [];