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

Chinese Chess Freeware
Filter: All | Freeware | Demo
 

Chinese Chess Freeware

1 2 3 4 5 > 
Added: June 14, 2013 | Visits: 585

Chinese Chess for Linux This is a Chinese chess game software. Programming language is C, using GLIB-2.0, GTK+-2.0 libraries and some simple socket fuctions, so OS platform should be GNU/Linux. I write this just for playing this game under GNU/Linux with my friends simply, and hope it will be useful to other Chinese...



Platforms: *nix

License: Freeware Size: 174.08 KB Download (43): Chinese Chess for Linux Download

Added: September 11, 2013 | Visits: 504

iXiangQi Xiang Qi, or Chinese chess, is the most popular board game in China, and it is very challenging. iXiangQi program allows you to enjoy playing this ancient Chinese Chess game with your favorite Mac. iXiangQi runs on both Intel and PowerPC Mac under Mac OS X Tiger and Leopard.





Platforms: Mac

License: Freeware Size: 1.08 MB Download (36): iXiangQi Download

Added: June 24, 2013 | Visits: 1.158

dlib C++ Library dlib is a library for developing portable applications dealing with networking, threads, graphical interfaces, data structures, linear algebra, machine learning, XML and text parsing, numerical optimization, Bayesian nets, and numerous other tasks.


Platforms: *nix

License: Freeware Size: 2.46 MB Download (108): dlib C++ Library Download

Added: January 25, 2010 | Visits: 1.212

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: June 16, 2012  |  Added: June 16, 2012 | Visits: 981

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: December 06, 2012  |  Added: December 06, 2012 | Visits: 1.035

MB Chinese Pregnancy Calendar MB Free Chinese Pregnancy Calendar is an advanced yet simple tool based on the principles of Chinese lunar calendar. The tool helps a would-be mother to determine the gender of her baby based on her date of birth and date of conception. It is a handy program that helps you to plan your pregnancy...


Platforms: Windows

License: Freeware Size: 722 KB Download (529): MB Chinese Pregnancy Calendar Download

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

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

Released: March 19, 2014  |  Added: April 06, 2014 | Visits: 4.517

Yoga Freeware Yoga Freeware: Hatha, raja and jnana yoga instruction, meditation exercises, asanas, yoga style definitions, etc! This program does not replace the need of a qualified instructor, but you can use it to find one through the International Yoga Centers Directory! Related ZP software (Awareness...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 4.28 MB Download (477): Yoga Freeware Download

Added: January 14, 2010 | Visits: 1.626

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

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

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

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

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

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

Added: August 08, 2010 | Visits: 945

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

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

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

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

1 2 3 4 5 >