class Chess::Game
- Chess::Game
- Reference
- Object
Defined in:
chess/game.crConstructors
Instance Method Summary
- #black_won?
- #current_position : Position
- #draw?
- #make_move!(string)
- #move_count
- #moves
- #over?
- #positions
- #possible_moves
- #undo_last_move!
- #white_won?