octokatherine / word-master

A Mastermind-like word guessing game
MIT License
382 stars 237 forks source link

It is possible to cause one answer circle to be empty #50

Open HenkPoley opened 2 years ago

HenkPoley commented 2 years ago

Kind of like this, if you would/could answer ABCDEF all the time.

[A][B][C][D][E][F]
[ ][A][B][C][D][E]
[F][A][B][C][D][E]
[F][A][B][C][D][E]
[F][A][B][C][D][E]
[F][A][B][C][D][E]
[F]

Probably caused by hitting spacebar at just the right moment after answering.