refactor, rename explorer guesser
This commit is contained in:
parent
9d36edecc9
commit
f0b1200e6f
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
export { Dict } from "./dict.ts";
|
||||
export type { Guessing } from "./guesser/guesser.ts";
|
||||
export { BaseGuesser } from "./guesser/base.ts";
|
||||
export { ExplorerGuesser } from "./guesser/explorer.ts";
|
||||
export { ReducingGuesser } from "./guesser/reducing.ts";
|
||||
export { Simulator } from "./game/simulator.ts";
|
||||
export { ManualProxy } from "./game/proxy.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue