Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.400.834 Times

Pgn File Chess freeware
Filter: All | Freeware | Demo
 

Pgn File Chess

1 2 3 4 5 > 
Released: November 07, 2012  |  Added: November 07, 2012 | Visits: 543

PGNParser A java PGN file parser: this parser is packaged as a jar file that you can use for a java chess project. This parser can parse and write PGN files and convert PGN files as XML files and the reverse.



Platforms: Windows, Mac, Linux

License: Freeware Size: 454.67 KB Download (53): PGNParser Download

Released: October 09, 2012  |  Added: October 09, 2012 | Visits: 341

dynachess dynachess creates a HTML page from a PGN file, for replaying games on a server.





Platforms: Windows, Mac, Linux

License: Freeware Size: 628.65 KB Download (44): dynachess Download

Added: April 20, 2010 | Visits: 2.032

Chess::PGN::Parse Chess::PGN::Parse is a Perl module that reads and parses PGN (Portable Game Notation) Chess files. SYNOPSIS use Chess::PGN::Parse; use English qw( -no_match_vars ); my $pgnfile = "kk_2001.pgn"; my $pgn = new Chess::PGN::Parse $pgnfile or die "cant open $pgnfilen"; while...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (252): Chess::PGN::Parse Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 983

Chess Game Notation File Converter Chess games in electronic form (usually downloaded from Internet sites) are written in algebraic notation and in accordance with the PGN Standards (Pgn=Portable Game Notation). The chess games are thus given in files with the extension pgn, e.g. kasparov.pgn (all chess games of Kasparov). Chess...


Platforms: Windows

License: Freeware Size: 71.68 KB Download (444): Chess Game Notation File Converter Download

Released: August 05, 2012  |  Added: August 05, 2012 | Visits: 568

Playing Chess-7 "Playing Chess-7" shows move by move a chess game and after end automatically load next game etc. You can choose any .PGN file (the widespread "portable game notation" format) with unlimited number of games. You can widely change the appearance of the screen saver: select a "skin" (appearance of...


Platforms: Windows, Other

License: Freeware Size: 1.02 MB Download (54): Playing Chess-7 Download

Added: November 20, 2013 | Visits: 594

ChessDB ChessDB is a free chess database which can be used on Microsoft Windows, Linux, Apple Macs running OS X, FreeBSD, as well as most if not all modern UNIX versions. The program has translations into English, Spanish, Czech, Dutch, French, German, Hungarian, Italian, Norwegian, Polish, Portuguese,...


Platforms: Mac

License: Freeware Size: 16.39 MB Download (40): ChessDB Download

Added: May 22, 2010 | Visits: 1.490

Chess::PGN::Filter Chess::PGN::Filter is a Perl extension for converting PGN files to other formats. SYNOPSIS use Chess::PGN::Filter; filter(source => $pgn,filtertype => XML); OR my %substitutions = ( hsmyers => Myers, Hugh S (ID), ); my @exclude = qw( WhiteElo BlackElo EventDate ); filter(...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (159): Chess::PGN::Filter Download

Released: November 25, 2012  |  Added: November 25, 2012 | Visits: 914

ChessTool PGN ChessTool PGN is a computer application of free use, reads and writes chess games in the format Portable Game Notation (PGN). Manages the files of database of chess games stored in the PGN. The application has been designed on the basis of the Portable Game Notation Specification and...


Platforms: Windows

License: Freeware Size: 7.94 MB Download (120): ChessTool PGN Download

Released: June 06, 2012  |  Added: June 06, 2012 | Visits: 616

PGN to PGC Chess Game Format pgn2pgc converts text Portable Game Notation (PGN) chess files into highly compressed Portable Game Coding (PGC) chess files. This is the only implementation of PGC as described in the PGN standard. Code is also useful for writing chess software.


Platforms: Windows, Mac, Linux

License: Freeware Size: 202.42 KB Download (59): PGN to PGC Chess Game Format Download

Released: August 18, 2012  |  Added: August 18, 2012 | Visits: 1.050

Free Chess Free Chess Game allows you to play as White or Black, with all regular chess rules such as three move repetition and 50 move rule and En Passant. Save Games and retrieve PGN and FEN strings.


Platforms: Windows

License: Freeware Download (83): Free Chess Download

Added: May 10, 2013 | Visits: 606

DHTML Chess This is a chess widget(Chess client) which you can use to display pgn files, broadcast live games or display training exercises by using the embedded drag and drop feature. This script requires php support on the server. chess.js contacts a php script which again contacts a PHP pgn to json...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): DHTML Chess Download

Added: October 14, 2013 | Visits: 613

PGN Viewer PGN Viewer lets you view, edit and create and annotate collections of chess games stored in the Portable Game Notation format.


Platforms: Mac

License: Freeware Size: 204.8 KB Download (62): PGN Viewer Download

Added: August 11, 2008 | Visits: 7.550

Pgn Reader Pgn Reader is a Java online interface to display chess games on your website. Put simply, the Pgn Reader is an applet made for the international chess team Synergie that allows a game to be displayed visually from it's pgn (Portable Game Notation, which uses the Condensed Algebraic Chess...


Platforms: Java

License: Freeware Size: 62 KB Download (3323): Pgn Reader Download

Added: March 24, 2010 | Visits: 1.275

Games::Chess Games::Chess Perl module represent chess positions and games. SYNOPSIS use Games::Chess qw(:constants); my $p = Games::Chess::Position->new; $p->at(0,0,BLACK,ROOK); $p->at(7,7,WHITE,ROOK); print $p->to_text; The Games::Chess package provides the class Games::Chess::Piece to represent...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (114): Games::Chess Download

Added: April 14, 2010 | Visits: 1.441

IRC-Chess IRC-Chess project is a 2-player chess game for IRC which turns a computer into an IRC chess bot. It consists of a Java chess server, with frontend scripts to convert an IRC client into a chess bot. Players then communicate with the bot using standard IRC commands, and dont require any special...


Platforms: *nix

License: Freeware Size: 60.42 KB Download (180): IRC-Chess Download

Added: August 17, 2010 | Visits: 1.194

Chess::ICClib Chess::ICClib is a Perl interface to Internet Chess Server commands. SYNOPSIS use Chess::ICClib; my $icc = Chess::ICClib->new([-prompt=>$ICC], [-host=>$host,-port=>$port] [-user=>$user,-pass=>$password]); $icc->ICCCommand("finger romm"); Chess::ICClib - Perl interface to Internet Chess...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Chess::ICClib Download

Added: January 08, 2010 | Visits: 861

Chess::FIDE Chess::FIDE is a Perl extension for FIDE Rating List. SYNOPSIS use Chess::FIDE; my $fide = Chess::FIDE->new(-file=>filename); $fide->fideSearch("surname eq Kasparov"); Chess::FIDE - Perl extension for FIDE Rating List. FIDE is the International Chess Federation that every quarter of the...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (101): Chess::FIDE Download

Added: January 25, 2010 | Visits: 1.214

Sigma Chess Sigma Chess is a master strength Macintosh chess program for both OS X and Classic Mac OS. The feature set includes: Optional HIARCS engine, UCI Engine support, Databases, PGN/EPD, basic desktop publishing, endgame databases, novice levels, a true perspective 3D board, ExaChess compatibility and...


Platforms: Mac

License: Freeware Download (164): Sigma Chess Download

Released: December 11, 2012  |  Added: December 11, 2012 | Visits: 690

Chess Editor Chess Editor is a pure Java tool to create, edit and view chess games in the Portable Game Notation (PGN) format. The tool integrates with externally specified chess engine programs to provide analysis of board positions.


Platforms: Windows, Mac, Linux

License: Freeware Size: 454.37 KB Download (59): Chess Editor Download

Released: September 16, 2012  |  Added: September 16, 2012 | Visits: 468

Grue Chess Database A cross platform chess database which supports ChessGML, PGN, SVG, PostgreSQL and plugins written in Java or Jython. Some Python chess libraries and some Python tools are included. Usable pieces are Java and Python opening classification libraries.


Platforms: Windows, Mac, Linux

License: Freeware Size: 4.04 MB Download (50): Grue Chess Database Download

1 2 3 4 5 >