Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
543-crystal
master
Game543
Board
Game
Minimax
MinimaxNode
Search
Built with Crystal 1.9.2
2023-10-08 13:56:45 UTC
class
Game543::Search
Game543::Search
Reference
Object
Defined in:
search.cr
Constructors
.new
(board : Game543::Board)
Instance Method Summary
#find_move
#minimax
#random_move
Constructor Detail
def self.
new
(board :
Game543::Board
)
#
[
View source
]
Instance Method Detail
def
find_move
#
[
View source
]
def
minimax
#
[
View source
]
def
random_move
#
[
View source
]