Wordle comparison: Difference between revisions

Content added Content deleted
m (→‎{{header|Quackery}}: tweak to code)
m (→‎{{header|Quackery}}: added BULLY/LOLLY test case)
Line 185: Line 185:
$ "ALLOW" $ "LOLLY" wordle-compare echo cr
$ "ALLOW" $ "LOLLY" wordle-compare echo cr
$ "BULLY" $ "LOLLY" wordle-compare echo cr
$ "ROBIN" $ "ALERT" wordle-compare echo cr
$ "ROBIN" $ "ALERT" wordle-compare echo cr
$ "ROBIN" $ "SONIC" wordle-compare echo cr
$ "ROBIN" $ "SONIC" wordle-compare echo cr
Line 195: Line 196:


<pre>[ 1 1 2 0 0 ]
<pre>[ 1 1 2 0 0 ]
[ 0 0 2 2 2 ]
[ 0 0 0 1 0 ]
[ 0 0 0 1 0 ]
[ 0 2 1 2 0 ]
[ 0 2 1 2 0 ]