add reducing implementation
This commit is contained in:
parent
756c989eab
commit
336efff5c1
5 changed files with 166 additions and 64 deletions
|
@ -1,5 +1,6 @@
|
|||
export { Dict } from "./dict.ts";
|
||||
export { BaseGuesser } from "./guesser/base.ts";
|
||||
export { ReducingGuesser } from "./guesser/reducing.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