Commit graph

35 commits

Author SHA1 Message Date
374c42802e add reducing guesser simulator 2024-05-02 19:30:49 +02:00
9a14144439 advance 2024-05-02 18:57:12 +02:00
27abf00669 cleanup 2024-05-02 16:43:00 +02:00
2fd201c380 update deps 2024-05-02 16:29:18 +02:00
f0b1200e6f refactor, rename explorer guesser 2024-05-02 16:29:08 +02:00
9d36edecc9 add control flags to simulation 2024-05-02 16:27:59 +02:00
aab2e60dab change logging api to accept variadic properties 2024-05-02 16:14:15 +02:00
336efff5c1 add reducing implementation 2024-05-02 15:45:54 +02:00
756c989eab start implementing reducing guesser 2024-05-02 10:04:55 +02:00
d0de8f867f add target arg to sim to search specific words 2024-04-30 19:43:40 +02:00
2e9c90dbca add move guesser interface 2024-04-30 18:47:49 +02:00
e2e2852739 update readme 2024-04-30 18:21:22 +02:00
626e639f59 add manual proxy program 2024-04-30 18:17:23 +02:00
e058363a52 add manual proxied game solving 2024-04-30 17:40:49 +02:00
f7ebdbf9b3 fix readme 2024-04-30 17:25:19 +02:00
68005c43d8 add build scripts and update deps 2024-04-30 17:20:31 +02:00
67cb11793b add readme 2024-04-30 17:20:11 +02:00
3ac586e7e1 change simulation to account for generated dicts 2024-04-30 17:14:43 +02:00
be91004c3a add dict from imported json 2024-04-30 17:14:23 +02:00
c5e439e567 add data module containing generated dictionnaries 2024-04-30 17:14:04 +02:00
57f78a4db1 add generated json 2024-04-30 17:13:49 +02:00
fbfcd43799 add data generation script 2024-04-30 17:13:35 +02:00
241bcd29e3 add deno dependencies lock 2024-04-30 16:42:17 +02:00
43c835d1eb add entrypoint for simulations 2024-04-30 16:41:29 +02:00
bbc4e53a9a fix imports 2024-04-30 16:41:13 +02:00
ba87099e0e add runner wrapping game execution 2024-04-30 16:41:06 +02:00
1156752e0a add TUSMO simulator 2024-04-30 16:40:51 +02:00
5d2ca505d7 add game interface for genericity over simulation / actual play 2024-04-30 16:40:38 +02:00
aa98d8805b add abstracted guesser interface 2024-04-30 16:40:11 +02:00
72c7373343 clean dead code 2024-04-30 16:39:42 +02:00
dc32188c91 remove old mains 2024-04-30 16:39:15 +02:00
e5b23bfd16 fix incorrect prunning of composite words 2024-04-30 16:38:45 +02:00
f5e8aa12d9 split into modules 2024-04-30 15:28:43 +02:00
de66dec939 working state 2024-04-30 15:21:25 +02:00
238b273734 init 2024-04-30 14:40:02 +02:00