Skip to content

Commit

Permalink
pcplayer: support max depth; fix giu game
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Jan 16, 2024
1 parent b94864c commit 4fd20f0
Show file tree
Hide file tree
Showing 3 changed files with 1,738,937 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/giu-game/tic-tac-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ func main() {
wnd := giu.NewMasterWindow("Tic-Tac-Go", screenX, screenY, 0)
wnd.SetIcon([]image.Image{logo})
wnd.Run(func() {
giu.SingleWindow().Layout(giuwidget.Game(game.PlayerTypeHuman, game.PlayerTypePC))
giu.SingleWindow().Layout(giuwidget.Game(game.PlayerTypeHuman, game.PlayerTypePCMinMax))
})
}
Loading

0 comments on commit 4fd20f0

Please sign in to comment.