mindcraft/main.js

5 lines
109 B
JavaScript
Raw Normal View History

import { Agent } from './agent.js';
2023-08-15 23:39:02 -07:00
2023-11-19 15:34:53 -06:00
let agent = new Agent('andy', './bots/andy.json', true);
2023-11-15 13:18:38 -08:00
agent.start();