add manual proxied game solving
This commit is contained in:
parent
f7ebdbf9b3
commit
e058363a52
4 changed files with 83 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
export { Dict } from "./dict.ts";
|
||||
export { Guesser } from "./guesser.ts";
|
||||
export { Simulator } from "./game/simulator.ts";
|
||||
export { ManualProxy } from "./game/proxy.ts";
|
||||
export { Runner } from "./runner.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue