go doc updates

[?]
Dec 28, 2020, 7:16 PM
BCLXJIHIYUTWBXQ7R2EJWPZOSYUHJBP2VXYMHJL4XW4P2US3HRLQC

Dependencies

  • [2] 2DRAL6A2 Refactoring evaluate_test
  • [3] ZAZCOSBX Enhance test readability by renaming couple variables
  • [4] G5KXCVIL tictactoe: initial import
  • [5] HSJSKGY7 Refactoring evaluate functions

Change contents

  • edit in snippets/tictactoe/tictactoe.go at line 1
    [3.28]
    [3.29]
    // Package tictactoe is a basic tictactoe game.
  • replacement in snippets/tictactoe/tictactoe.go at line 11
    [3.93][3.93:145]()
    // WinSize sets how many we need next to each other
    [3.93]
    [3.145]
    // WinSize sets how many we need next to each other.
  • replacement in snippets/tictactoe/tictactoe.go at line 14
    [3.164][3.164:190]()
    // Runes for record types
    [3.164]
    [3.190]
    // Runes for record types on the Board.
  • replacement in snippets/tictactoe/tictactoe.go at line 21
    [3.255][3.0:49]()
    // Board represents the board the game played on
    [3.255]
    [3.49]
    // Board represents the board the game played on.
  • replacement in snippets/tictactoe/evaluate.go at line 3
    [3.2826][2.1322:1381]()
    // Evaluate evaluates the Board for the minimax algorithm.
    [3.2826]
    [2.1381]
    // Evaluate evaluates the Board for the Minimax algorithm.