Chess::Piece::Knight

An object representing a knight in a game of chess
Download

Chess::Piece::Knight Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Brian Richardson
  • Publisher web site:
  • http://search.cpan.org/~bjr/Chess-0.6.0/lib/Chess/Game/MoveList.pm

Chess::Piece::Knight Tags


Chess::Piece::Knight Description

An object representing a knight in a game of chess Chess::Piece::Knight is an object representing a knight in a game of chess.SYNOPSIS $knight = Chess::Piece::Knight->new("g1", "white", "White King's knight"); $true = $knight->can_reach("f3"); $true = $knight->can_reach("e2"); $false = $knight->can_reach("g3");The Chess module provides a framework for writing chess programs with Perl. This class forms part of the framework, representing a knight in a Chess::Game. Requirements: · Perl


Chess::Piece::Knight Related Software