Update hongik/board_ai.py
Browse files- hongik/board_ai.py +2 -0
hongik/board_ai.py
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
| 1 |
# Implements the world of Go, defining the game board, its rules
|
| 2 |
# (moves, liberties, scoring, etc.), and determining the final winner.
|
| 3 |
#
|
|
|
|
| 1 |
+
# Copyright (c) 2025 BNY (Modifications for Hongik AI)
|
| 2 |
+
|
| 3 |
# Implements the world of Go, defining the game board, its rules
|
| 4 |
# (moves, liberties, scoring, etc.), and determining the final winner.
|
| 5 |
#
|