abstract class ChessEngine::Rule
Direct Known Subclasses
Defined in:
chess_engine/rule/rule.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(game :
Game)
#
Instance Method Detail
abstract
def
generate_moves : Set(
Move)
#
abstract
def
human_name : String
#