The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "chess"

Chess - a framework for writing chess programs with Perl River stage zero No dependents

This package is provided as shorthand for Chess::Game. It provided no functionality not contained within the other packages in this module....

BJR/Chess-0.6.2 - 31 Jul 2007 03:17:54 UTC - Search in distribution

Chess::960 - a Chess960 starting position generator River stage zero No dependents

RJBS/Chess-960-0.003 - 31 Dec 2022 19:06:13 UTC - Search in distribution

Chess::Elo - Perl module to calculate Chess "Elo" ratings River stage zero No dependents

This module provides a single function, "elo" which allows one to calculate individual ratings based on performance. Typically, a player is given an initial provisional rating of 1600 points. In all cases, one gains and loses points as a function of ...

TBONE/Chess-Elo-1.0a - 28 Feb 2008 14:10:39 UTC - Search in distribution

Chess::ICC - manipulate the Internet Chess Club from the command line. River stage zero No dependents

This is designed to allow one to pull one's game down in PGN format from the Internet Chess Club immediately via the command-line. This is a complimentary means of doing so. Other options are to have your games mailed to you (and wait on mail servers...

TBONE/Chess-ICC-0.02 - 01 Aug 2002 00:37:31 UTC - Search in distribution

Chess::Pgn - Perl extension for manipulation of chess PGN format. PGN is for Portable Game Notation and follow the Portable Game Notation Specification and Implementation Guide revised 1994.03.12. You can find it at http://members.nbci.com/sghudson/standard.txt. River stage zero No dependents

new $p= new Chess::Pgn ("name") open the file *name* and if it doesn't exist return undef. ReadGame $p->ReadGame This method read just one game and return undef at the end of file. You must use methods to read the game. quit $p->quit Close the PGN fi...

MAIRE/Chess-Pgn-0.03 - 27 Dec 2000 18:26:36 UTC - Search in distribution

Chess::Rep - represent chess positions, generate list of legal moves, parse moves in various formats. River stage one • 1 direct dependent • 1 total dependent

MISHOO/Chess-Rep-0.8 - 20 Feb 2010 09:09:58 UTC - Search in distribution

Chess::FIDE - Perl extension for FIDE Rating List River stage zero No dependents

Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the International Chess Federation that releases a list of its rated members every month. The list contains about five hundred thousand entries. This module is designed to parse its contents ...

ROMM/Chess-FIDE-1.22 - 16 Sep 2015 19:48:52 UTC - Search in distribution

Chess::Mbox - write mbox files with chess games into them onto disk River stage zero No dependents

This was a script lying on my disk that I thought would be useful to others. It simply takes a Unix mbox file and assumes each message is a chess game and writes to a directory with first directory == white and directory below that == black and the f...

TBONE/Chess-Mbox-1.3 - 21 Feb 2002 20:17:16 UTC - Search in distribution

Chess::Play - Play chess games, calculate legal moves, use a search algorithm River stage zero No dependents

This module allows to play a chess game using STDIN or the xboard graphical interface. Il also can calculate legal moves and uses the Alpha-Beta search algorithm to find the best move....

GIPPOLITI/Chess-Play-0.05 - 27 Apr 2009 07:50:41 UTC - Search in distribution

Games::Chess - represent chess positions and games River stage one • 2 direct dependents • 2 total dependents

The "Games::Chess" package provides the class "Games::Chess::Piece" to represent chess pieces, and the class "Games::Chess::Position" to represent a position in a chess game. Objects can be instantiated from data in standard formats and exported to t...

GDR/Games-Chess-0.003 - 07 Jun 1999 12:42:08 UTC - Search in distribution

Pegex::Chess - A sample chess board parser in Pegex. River stage zero No dependents

INGY/Pegex-Chess-0.0.8 - 16 Aug 2014 18:48:29 UTC - Search in distribution

Chess::Plisco - A comprehensive chess library for Perl River stage zero No dependents

Chess::Plisco is a comprehensive chess library for Perl, aiming at being as fast and efficient as possible for a scripting language. It is also somewhat opinionated but this is not an end in itself but owed to its intention of being fast and efficien...

GUIDO/Chess-Plisco-0.4 - 12 Oct 2021 16:48:15 UTC - Search in distribution

Chess::Opening - Perl library for handling chess openings River stage zero No dependents

The package Chess-Opening is a collection of modules for dealing with chess openings in Perl. Opening Books You can use Chess::Opening::Book::Polyglot for reading (and later writing) opening books in polyglot format. ECO Data You can also lookup ECO ...

GUIDO/Chess-Opening-0.6 - 24 Feb 2019 08:32:01 UTC - Search in distribution

Chess::NumberMoves - Perl extension for numbering chess moves River stage zero No dependents

Any line in the file which matches the regexp: /^[A-Z]/ has a line number prepended to it. I wrote this because I was typing moves from a chess game listed in a book ("Simple Chess" by Michael Stean --- it rocks you should buy it!) but felt it was no...

TBONE/Chess-NumberMoves-0.03 - 10 Jan 2004 00:10:33 UTC - Search in distribution

Chess::PGN::EPD - Perl extension to produce and manipulate EPD text. River stage one • 1 direct dependent • 1 total dependent

epdcode(*code*,*epdlistref*) Determines the requested code given a list of epd strings in reverse order. Allowed codes are: 'ECO' from The Encyclopedia of Chess Openings. 'NIC' from New in Chess. 'Opening' Traditional Opening name in English. At the ...

HSMYERS/Chess-PGN-EPD-0.34 - 19 Jan 2017 22:39:22 UTC - Search in distribution

Chess::ELO::FEDA - Download FEDA ELO (http://www.feda.org) into differents backends (SQLite) River stage zero No dependents

The main idea of this module consists on build a SQL format from the XLS downloaded from the URL provided. All players information are loaded into "elo_feda" table, according this script: CREATE TABLE elo_feda( feda_id integer primary key, surname va...

NICEPERL/Chess-ELO-FEDA-0.04 - 04 Dec 2018 21:33:40 UTC - Search in distribution

Chess::ELO::FIDE - Download and store FIDE ratings River stage zero No dependents

Chess::ELO::FIDE is a module to download and store FIDE ratings in a SQLite database. It is intended to be used as a backend for chess applications. There are 3 main phases: 1. Download the FIDE ratings file from the FIDE website <https://ratings.fid...

NICEPERL/Chess-ELO-FIDE-0.01 - 24 Feb 2024 19:06:41 UTC - Search in distribution

Chess::PGN::Moves - Perl extension for tabular data in support of Chess::PGN::EPD River stage one • 1 direct dependent • 2 total dependents

These tables (as listed under EXPORT below) describe all of the possible moves for a given piece. The hash %from_algebraic provides quick translation from algebraic square notation to a more useful numeric index. There are 4 additional hash tables; %...

HSMYERS/Chess-PGN-Moves-0.05 - 23 Apr 2011 01:19:28 UTC - Search in distribution

Chess::PGN::Parse - reads and parses PGN (Portable Game Notation) Chess files River stage one • 4 direct dependents • 4 total dependents

Chess::PGN::Parse offers a range of methods to read and manipulate Portable Game Notation files. PGN files contain chess games produced by chess programs following a standard format (http://www.schachprobleme.de/chessml/faq/pgn/). It is among the pre...

GMAX/Chess-PGN-Parse-0.20 - 23 Jan 2016 09:53:11 UTC - Search in distribution

Meta::Chess::Game - data structure that represents a chess game. River stage zero No dependents

This is a library to create chess game objects. The chess game object store board positions for every move using the board object and those are chached (calculated on demand and remmembered...). The object can read and store itself from a pgn file....

VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC - Search in distribution
73 results (0.071 seconds)