Skip to content

Commit

Permalink
Export the simulate function so that external code can run simulations
Browse files Browse the repository at this point in the history
  • Loading branch information
danmkent committed Oct 14, 2019
1 parent 1cc21f3 commit 4f3b332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ai.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* https://opensource.org/licenses/MIT.
*/

import { RandomBot, MCTSBot } from '../src/ai/bot.js';
import { RandomBot, MCTSBot, Simulate } from '../src/ai/bot.js';
import { AI } from '../src/ai/ai.js';

export { AI, RandomBot, MCTSBot };
export { AI, RandomBot, MCTSBot, Simulate };

0 comments on commit 4f3b332

Please sign in to comment.