Skip to content

Commit f3f96eb

Browse files
committed
Add clarifying comment to renderer
1 parent a5709da commit f3f96eb

File tree

1 file changed

+7
-1
lines changed
  • kaggle_environments/envs/open_spiel_env/games/go/visualizer/default/src

1 file changed

+7
-1
lines changed

kaggle_environments/envs/open_spiel_env/games/go/visualizer/default/src/renderer.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
// Go Board Renderer for OpenSpiel
1+
/**
2+
* Go Board Renderer for OpenSpiel.
3+
* [dominoweir] NOTE: do not treat this code as sacred. We ported this to the new
4+
* vite build system without having a replay file on hand to test, and although
5+
* it is a clone of the original go.js, there's always a chance something broke
6+
* along the way. Code is meant to be deleted- do it if you need to!
7+
* */
28
export function renderer(options) {
39
const { environment, step, parent, interactive, isInteractive, maxBoardSize = 800 } = options;
410

0 commit comments

Comments
 (0)