add move guesser interface
This commit is contained in:
parent
e2e2852739
commit
2e9c90dbca
6 changed files with 37 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
export { Dict } from "./dict.ts";
|
||||
export { Guesser } from "./guesser.ts";
|
||||
export { BaseGuesser } from "./guesser/base.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