Skip to content

Commit

Permalink
ft: unnecessary comment removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PritomKarmokar committed Jan 25, 2025
1 parent 6928320 commit ff9c9e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions game/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ func minimax(newBoard []string, player string) Move {
return bestMove
}

// Helper functions (to be implemented)

// Returns the indexes of empty spots on the board
func emptyIndexes(board []string) []int {
var indexes []int
Expand Down

0 comments on commit ff9c9e9

Please sign in to comment.