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

Chinese Chess Pc freeware
Filter: All | Freeware | Demo
 

Chinese Chess Pc

< 1 2 3 4 5 > 
Released: May 25, 2008  |  Added: July 02, 2008 | Visits: 5.667

WeFi for Pocket PC WeFi for Pocket PC is the best software for finding and connecting to wireless networks with your windows mobile device. With WeFi, you always get the optimal WiFi connection, while keeping the battery consumption to a minimum. The WeFi software provides you with an intuitive and aesthetic user... Platforms: Pocket PC, Windows

License: Freeware Size: 2.9 MB Download (1483): WeFi for Pocket PC Download

Released: August 16, 2010  |  Added: August 16, 2010 | Visits: 2.531

Falco Chess This 3D chess game can be played as a stand-alone game, over the Internet. Key Features: 1. 3 Levels of smart engine power. 2. Playing via Internet or local Network or Game Server. 3. Amazing 3D OpenGL Graphics and Animation. 4. Music and Sound effects. 5. Undo/Redo. 6.... Platforms: Windows

License: Freeware Size: 5.64 MB Download (344): Falco Chess Download

Added: August 05, 2008 | Visits: 1.100

Shaag Chess Shaag Chess is perfect for all chess fans, as much for experts and novices. It is a program with good graphics, that allows you to play against another person (on the same PC) or against the computer. You can choose from five difficulty levels, consequently it`s for anybody.If you wish, you can... Platforms: Windows

License: Freeware Size: 5 KB Download (256): Shaag Chess Download

Added: August 04, 2008 | Visits: 1.506

Amusive Chess If you want to become a chess expert (without doubt one of the most intellectual and intelligent games that exist) then you need Amusive Chess 1.0. It is an elegant game of chess where you compete against the PC in diverse difficulty levels. This will train and stimulate your brain to the maximum... Platforms: Windows

License: Freeware Size: 2 KB Download (261): Amusive Chess Download

Released: October 21, 2008  |  Added: October 27, 2008 | Visits: 6.464

Free PC Audit Free PC Audit is a freeware system, hardware and software information tool. It extracts details of all components of the PC, shows installed software with version and product key. Free PC Audit does not require installation and can be used as a portable application. It can be run from a removable... Platforms: Windows

License: Freeware Size: 966.5 KB Download (821): Free PC Audit Download

Released: August 01, 2008  |  Added: November 07, 2008 | Visits: 5.751

Express PC Audit Tool Get a complete audit of your PC's hardware and software. Easy and fast. Great for personal and business use. Why people love it: * Automated - No more tedious manual PC audits. (Hint: forward it to employees!) * Accurate - Uses Windows Management Instrumentation (WMI) to collect PC... Platforms: Windows

License: Freeware Size: 176 KB Download (486): Express PC Audit Tool Download

Released: April 18, 2010  |  Added: April 29, 2010 | Visits: 4.572

Employees PC Monitor Employees PC Monitor is an application for real time network computer monitoring, and for employees' work time tracking. Employees PC Monitor allows you invisibly monitor your entire network from one contralized position, such as instant message, Files operation, websites visited, applications... Platforms: Windows

License: Freeware Size: 24.34 MB Download (863): Employees PC Monitor Download

Added: April 24, 2010 | Visits: 1.241

PC-Info PC-Info project is a Server-Client Software using the Adaptive Communication Environment (ACE). Server uses KDE/QT to show the client data. Cmd-line is also possible. Until now the Client can submit IP/Port, Hostname and CPU-Model information. Installation: The simplest way to compile... Platforms: *nix

License: Freeware Size: 604.16 KB Download (104): PC-Info Download

Added: January 14, 2010 | Visits: 1.635

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: July 21, 2010 | Visits: 1.562

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: November 12, 2010 | Visits: 1.475

Chess::Game Chess::Game is a class to record and validate the moves of a game of chess. SYNOPSIS use Chess::Game; $game = Chess::Game->new(); $clone = $game->clone(); $move = $game->make_move("e2", "e4"); $move_c = $clone->make_move("e2", "e4"); $true = ($move->get_piece() ne $move_c->get_piece());... Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::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: March 24, 2010 | Visits: 1.277

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

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.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: May 26, 2010 | Visits: 1.398

Chinesepera-kun: Chinese Popup Dictionary Chinesepera-kun: Chinese Popup Dictionary is a Firefox extension that will allow you read Chinese on websites. This is useful for just getting around a site, or even MORE useful if you are studying Chinese. It works with both Simplified and Traditional characters, and also allows you to export... Platforms: *nix

License: Freeware Size: 6.6 MB Download (113): Chinesepera-kun: Chinese Popup Dictionary Download

Added: April 14, 2010 | Visits: 1.444

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

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

< 1 2 3 4 5 >