Skip to content

Commit

Permalink
add Rl bot to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dovixman committed Nov 15, 2024
1 parent ee4aa85 commit 1d8cd9c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions internal/engine/board/board.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ package board
import (
"bufio"
"fmt"
"log"
"math"
"math/rand"
"os"

"github.com/fatih/color"
"github.com/jonasdacruz/lighthouses_aicontest/internal/engine/board/cell"
"github.com/jonasdacruz/lighthouses_aicontest/internal/engine/board/island"
"github.com/jonasdacruz/lighthouses_aicontest/internal/engine/lighthouse"
"github.com/jonasdacruz/lighthouses_aicontest/internal/engine/player"
"github.com/twpayne/go-geom"
"github.com/twpayne/go-geom/xy"
"log"
"math"
"math/rand"
"os"
)

const (
Expand Down

0 comments on commit 1d8cd9c

Please sign in to comment.