puco21 commited on
Commit
ec08c2d
·
verified ·
1 Parent(s): ec4ee61

Update hongik/board_ai.py

Browse files
Files changed (1) hide show
  1. 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
  #