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

@ -4,4 +4,5 @@ cd "$(dirname "$(realpath "$0")")"
mkdir -p bin
deno compile -o bin/manual_proxy src/manual_proxy.ts
deno compile -o bin/simulation src/simulation.ts