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.472.029 Times

Pc Chess Board freeware
Filter: All | Freeware | Demo
 

Pc Chess Board

< 1 2 3 4 5 > 
Added: July 21, 2010 | Visits: 1.560

Chess::Game::MoveList Chess::Game::MoveList is a specialized list class for recording the moves of a Chess::Game. SYNOPSIS $movelist = Chess::Game::MoveList->new("white", "black"); $wpawn = Chess::Game::Pawn->new("e2", "white"); $entry = $movelist->add_move($wpawn, "e2", "e4"); $true = $entry->get_piece() eq...



Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game::MoveList Download

Added: February 08, 2010 | Visits: 3.409

Acquire Board Game Acquire is a computer version of the classic board game. The goal of the game is to make the most profit by buying stocks in companies that form, merge and grow as tiles are placed on the game board. This program is a text-based version of the game and should be playable on any system with a...





Platforms: *nix

License: Freeware Size: 22.53 KB Download (306): Acquire Board Game Download

Added: October 15, 2010 | Visits: 1.287

Fantasy Chess v2 Revision Fantasy Chess is a chess game environment with a game server, GTK GUI, private and public AI, and a lot of libraries to help developers..


Platforms: *nix

License: Freeware Size: 1.7 MB Download (119): Fantasy Chess v2 Revision 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: August 04, 2010 | Visits: 1.112

Joshua Joshua project is a stepper moto robot to play chess with using a photosensitive LED board. Joshua is a chess robot. It is a stepper motor robot that interfaces with a photosensible board and a computer to play chess with an embedded artificail intelligence, a game database, or a player on the...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (118): Joshua 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

Added: May 22, 2010 | Visits: 1.492

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

Added: August 08, 2010 | Visits: 949

Emacs Chess Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and for displaying them..


Platforms: *nix

License: Freeware Size: 389.12 KB Download (102): Emacs 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: March 20, 2010 | Visits: 1.364

PC-BSD 1.3.01 / 1.4 PC-BSD distribution has as its goals to be an easy-to-install-and-use desktop operating system, based on FreeBSD. To accomplish this, it currently has a graphical installation, which will enable even UNIX novices to easily install and get it running. It will also come with KDE pre-built, so...


Platforms: *nix

License: Freeware Size: 691 MB Download (101): PC-BSD 1.3.01 / 1.4 Download

Added: August 17, 2010 | Visits: 1.196

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: April 20, 2010 | Visits: 834

Chess::FIDE::Player Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. SYNOPSIS use Chess::FIDE::Player qw(@FIDE_field); my $player = Chess::FIDE::Player->new(%param); print $player->id() . "n"; $player->value(field); Chess::FIDE::Player - Parse player data from FIDE Rating...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (97): Chess::FIDE::Player Download

Added: February 11, 2010 | Visits: 2.645

Ryans In/Out Board Ryans In/Out Board is a perl driven in/out board for small-medium size organisations that needs staff to be aware of other staff whereabouts. (Ryans In/Out Board will work for larger organisations but it may be more cumbersome to use with larger numbers of staff).. Ryan's In/Out Board is a perl...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (110): Ryans In/Out Board Download

Added: August 15, 2010 | Visits: 906

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Chess::Elo Download

Released: February 13, 2017  |  Added: February 14, 2017 | Visits: 2.680

HLP Free PC Cleaner HLP Free PC Cleaner finding and removing common junk files that accumulate over time. It comes pre-configured with 20 types of file extension that can usually be considered disposable, and you can extend the range by adding your own file types. It also cleans traces of your online activities such...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 1.83 MB Download (236): HLP Free PC Cleaner Download

Released: July 02, 2010  |  Added: July 08, 2010 | Visits: 1.568

PC Brother PC Brother, a powerful application for free, which can protect and optimize PC. Any pc problems can be solved by this application. PC Brother enables: Computer Evaluation, System Maintenance, Computer Optimizer, Hardware Maintenance, Software Management and Data Analysis that can help your...


Platforms: Windows

License: Freeware Size: 9.69 MB Download (828): PC Brother Download

Released: July 20, 2010  |  Added: July 22, 2010 | Visits: 1.732

PC Brother System Care PC Brother System Care, a powerful application for free, which can protect and optimize PC. Any pc problems can be solved by this application. PC Brother System Care enables: Computer Evaluation, System Maintenance, Computer Optimizer, Hardware Maintenance, Software Management and Data...


Platforms: Windows

License: Freeware Size: 11.54 MB Download (860): PC Brother System Care Download

Released: April 17, 2011  |  Added: April 21, 2011 | Visits: 2.798

PC iPod Basic PC iPod provides a fast and easy way to transfer music and video files between your computer and iPod / iPhone. Do you need an easier way to move your music and movies from computer to iPod/iPhone ? Do you have no idea how to get music and videos off the iPod back to the computer?...


Platforms: Windows

License: Freeware Size: 5.01 MB Download (457): PC iPod Basic Download

Released: August 23, 2010  |  Added: August 25, 2010 | Visits: 1.969

PC Brother IE Care PC Brother IE Care is a free but powerful utility for Internet Explorer. With PC Brother IE Care you can repair faults from IE and system, clean temporary files, cookies and history and keep your web-surfing secure! By using this tool regularly and fixing errors your IE browser will be more...


Platforms: Windows

License: Freeware Size: 2.45 MB Download (2462): PC Brother IE Care Download

< 1 2 3 4 5 >