add move guesser interface

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-30 18:47:49 +02:00
parent e2e2852739
commit 2e9c90dbca
6 changed files with 37 additions and 17 deletions

View file

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