add manual proxied game solving

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-30 17:40:49 +02:00
parent f7ebdbf9b3
commit e058363a52
4 changed files with 83 additions and 0 deletions

View file

@ -1,4 +1,5 @@
export { Dict } from "./dict.ts";
export { Guesser } from "./guesser.ts";
export { Simulator } from "./game/simulator.ts";
export { ManualProxy } from "./game/proxy.ts";
export { Runner } from "./runner.ts";