add reducing implementation

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-02 15:45:54 +02:00
parent 756c989eab
commit 336efff5c1
5 changed files with 166 additions and 64 deletions

View file

@ -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";