Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
chess_engine
master
ChessEngine
Game
Move
Rule
RuleSet
StaticRuleSet
TestRule
Built with Crystal 1.9.2
2023-10-08 14:18:00 UTC
class
ChessEngine::TestRule
ChessEngine::TestRule
ChessEngine::Rule
Reference
Object
Defined in:
chess_engine/rule/test_rule.cr
Instance Method Summary
#generate_moves
: Set(Move)
#human_name
: String
Instance methods inherited from class
ChessEngine::Rule
game : Game
game
,
generate_moves : Set(Move)
generate_moves
,
human_name : String
human_name
Constructor methods inherited from class
ChessEngine::Rule
new(game : Game)
new
Instance Method Detail
def
generate_moves
: Set(
Move
)
#
[
View source
]
def
human_name
: String
#
[
View source
]