mindcraft/main.js

5 lines
101 B
JavaScript
Raw Normal View History

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