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

Chess Board Moves Pieces freeware
Filter: All | Freeware | Demo
 

Chess Board Moves Pieces

< 1 2 3 4 5 > 
Added: January 14, 2010 | Visits: 1.634

Java3D chess Java3D chess project is a Java applet that allows you to play chess. Java 3D Chess is a chess program with uses Java 3D. You can play the game on any computer capable of using Java. You can play Java 3D Chess agains yourself or a friend (on the same computer). Maybe inthe near future you... Platforms: *nix

License: Freeware Size: 122.88 KB Download (277): Java3D chess Download

Added: October 19, 2010 | Visits: 4.196

Psunami Bulletin Board Psunami Bulletin Board is an Open Source alternative to the popular Ultimate Bulletin Board software, and aims for speed, ease of use, and a full feature set. For installation, do the following: 1)Recursively copy everything from ./cgi-bin/ into your servers cgi-bin/ directory.... Platforms: *nix

License: Freeware Size: 64.51 KB Download (97): Psunami Bulletin Board Download

Added: July 04, 2010 | Visits: 1.493

Gridlock Gridlock is a collection of 30 grid-based strategy board games for Linux, including Ataxx, Reversi, Checkers, Gomoku, Connect Four, and more. They are individually described in the "Games" section. After launching the application, the game window will appear. Select the game you want to play... Platforms: *nix

License: Freeware Size: 225.28 KB Download (130): Gridlock Download

Added: February 07, 2010 | Visits: 1.000

15 pieces 15 pieces (also known as 16 pieces) puzzle game where you have to arrange pieces in order from 1-15 counting from top left corner to bottom right corner. 15 pieces puzzle is a SuperKaramba theme.. Download KDE-Look.org Community Portal for KDE Themes Wallpapers Icons Sounds Screenshots Schemes... Platforms: *nix

License: Freeware Size: 34.82 KB Download (94): 15 pieces Download

Added: February 08, 2010 | Visits: 3.415

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.288

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: August 04, 2010 | Visits: 1.113

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: May 22, 2010 | Visits: 1.495

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: 950

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.442

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: July 08, 2010 | Visits: 1.013

Chessweb Chessweb project is a pure Java servlet implementation of a two-player chess game. Chessweb is a J2EE chess game Website. It is a pure Java servlet implementation of a two-player chess game. Two players log into the Web site, see an image of the current board in their browser, and make their... Platforms: *nix

License: Freeware Download (105): Chessweb Download

Added: August 17, 2010 | Visits: 1.201

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: 864

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: 835

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.647

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: 908

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

Added: January 25, 2010 | Visits: 1.213

Vektor3 Chess Vanessa Chess is the first multi-document, multithreading chess program for Macintosh with an intuitive interface and a strong chess engine. It features customizable chessboards and chess pieces, an annotation editor for text styles and diagrams, a game analysis and position editor, multiple undo... Platforms: Mac

License: Freeware Size: 1.9 MB Download (182): Vektor3 Chess Download

Released: June 22, 2012  |  Added: July 24, 2012 | Visits: 4.583

BitNami Review Board Stack Review Board is a powerful web-based code review tool that offers developers an easy way to handle code reviews. It scales well from small projects to large companies and offers a variety of tools to take much of the stress and time out of the code review process. Here are some key features... Platforms: *nix

License: Freeware Size: 75.97 MB Download (109): BitNami Review Board Stack Download

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

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

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

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

< 1 2 3 4 5 >