haive.games.go.go_engine¶
Simple Go engine wrapper using sgfmill instead of sente.
This module provides a compatibility layer to replace sente with sgfmill, which is compatible with Python 3.12.
Classes¶
Functions¶
Module Contents¶
- class haive.games.go.go_engine.GoGame(board_size=19)[source]¶
Simple Go game wrapper using sgfmill.
Init .
- Parameters:
board_size (int) – [TODO: Add description]