Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 493 Bytes

File metadata and controls

35 lines (23 loc) · 493 Bytes

Brain Games Deno

Running Bot Remotely

Train Bot

deno run --unstable --allow-read --allow-write https://deno.page.link/train

Play Bot

deno run --unstable --allow-read --allow-write https://deno.page.link/play

Running Bot Locally

Train Bot

deno run --unstable --allow-read --allow-write ./train.ts

Play Bot

deno run --unstable --allow-read --allow-write ./play.ts

Run Tests

deno test --unstable