Commit graph

57 commits

Author SHA1 Message Date
567d02d48b refactor(game): guess only needs a &Word 2024-08-02 17:37:36 +02:00
970c1be143 fix(bench): use the n defined by cli
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m57s
2024-07-31 10:25:03 +02:00
6f72fda4ff feat(naive): don't reuse bad chars #12
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m53s
2024-07-31 10:16:51 +02:00
cbce9341e7 feat(wordlist): allow selection of wl in cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m54s
2024-07-25 17:44:02 +02:00
740f2fbdc1 feat(solve): new and undo #7
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m46s
2024-07-25 15:17:54 +02:00
cscherrNT
3800b9068b automatic cargo CI changes 2024-07-25 12:50:09 +00:00
18a5125028 fix(evaluation): evaluation did not get built from string correctly #9
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m58s
2024-07-25 14:48:16 +02:00
713a661cc5 refactor: improve error handling
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m41s
2024-07-25 13:24:56 +02:00
87a41d6603 chore: fix warning
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m34s
2024-07-24 12:03:14 +02:00
d9d84f8a11 feat(solve): add wl commands for show and top words 2024-07-23 11:22:12 +02:00
70711ad334 refactor(solver): debugging interactive
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m37s
2024-07-22 16:52:08 +02:00
610b404ab7 fix(game): fix #6 and #5
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m44s
2024-07-22 16:34:35 +02:00
42323410f5 feat(solver): show the gamestate
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m46s
2024-07-22 16:06:41 +02:00
0b83b26b20 feat(solver): interactive input of responses #3 2024-07-22 15:15:05 +02:00
cscherrNT
8a48498182 automatic cargo CI changes 2024-07-22 12:49:03 +00:00
1f8b85a152 refactor: game without solution seems to become possible?
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m54s
2024-07-22 14:47:11 +02:00
e9a2223fc0 Merge branch 'feat/interactive-solver' of https://git.cscherr.de/PlexSheep/wordle-analyzer into feat/interactive-solver 2024-07-22 14:12:19 +02:00
6a9a99aa51 refactor(solve): try to hack the idea of "idk the solution yet" into the game 2024-07-22 14:11:29 +02:00
cscherrNT
a9bec80efa automatic cargo CI changes 2024-07-22 11:35:25 +00:00
44ed7210c4 feat(solver): add verbosity flag
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m50s
2024-07-22 13:33:35 +02:00
cscherrNT
5f32f8227f automatic cargo CI changes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m36s
2024-07-22 10:33:57 +00:00
f2eb1f57ac fix: start to fix this mess (at least it compiles now) 2024-07-22 12:17:11 +02:00
0cd46eb2de i think i have decided on the api
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m37s
2024-04-18 14:59:53 +02:00
b4fa88eab5 knapp aber knapp heißt eben nicht 2024-04-18 14:10:32 +02:00
274a6026b4 its a mess
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m11s
2024-04-17 15:01:32 +02:00
628c5163a5 overkill with tokio
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m34s
2024-04-17 14:13:48 +02:00
37ce70d23b at least it compiles
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m36s
2024-04-17 13:32:04 +02:00
d161b27e42 stuff that does not wörk
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m16s
2024-04-17 12:39:14 +02:00
e6934bfb08
move report to struct so that users of the lib can pull
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m16s
2024-04-05 20:00:33 +02:00
PlexSheep
966f73efef automatic cargo CI changes 2024-04-04 20:47:58 +00:00
15edd58d3b
early bench
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m36s
2024-04-04 22:46:25 +02:00
84d4afdb18
cligame: better error when word is not in wordlist 2024-04-04 20:47:33 +02:00
PlexSheep
70d727cc3f automatic cargo CI changes 2024-04-04 18:14:20 +00:00
3857604000
a lifetime of problems
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m7s
2024-04-04 20:12:16 +02:00
d9ffa03e88
bench work 2024-03-26 00:16:26 +01:00
PlexSheep
6158043a60
automatic cargo CI changes
All checks were successful
cargo devel CI / cargo CI (push) Successful in 41s
2024-03-22 23:34:56 +01:00
9beb38a5bb
match and get by frequency 2024-03-22 17:26:43 +01:00
cscherrNT
8ca0a7cfa4 automatic cargo CI changes 2024-03-22 14:44:24 +00:00
a5e22349f6
generic solver
All checks were successful
cargo devel CI / cargo CI (push) Successful in 42s
2024-03-22 15:43:41 +01:00
5ef63d4147
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
All checks were successful
cargo devel CI / cargo CI (push) Successful in 38s
2024-03-22 15:03:00 +01:00
344d188f07
stupid solver 2024-03-22 15:02:59 +01:00
cscherrNT
c36e7fc6b3 automatic cargo CI changes 2024-03-22 13:55:51 +00:00
aba6c723da
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
All checks were successful
cargo devel CI / cargo CI (push) Successful in 41s
2024-03-22 14:55:09 +01:00
c5ba15a144
moar generics and data 2024-03-22 14:55:08 +01:00
cscherrNT
24d3ef05b7 automatic cargo CI changes 2024-03-22 13:13:33 +00:00
ce9686f7bf
too much generics, idk 2024-03-22 14:12:49 +01:00
4367e7fc58
Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
All checks were successful
cargo devel CI / cargo CI (push) Successful in 46s
2024-03-22 13:00:50 +01:00
02d67cdd0c
reuse wordlist 2024-03-22 13:00:49 +01:00
cscherrNT
f2cc14dec1 automatic cargo CI changes 2024-03-22 09:12:21 +00:00
df15d117ef
better cli
All checks were successful
cargo devel CI / cargo CI (push) Successful in 47s
2024-03-22 10:11:26 +01:00