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

Code Chinese Chess Jar freeware
Filter: All | Freeware | Demo
 

Code Chinese Chess Jar

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

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

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: November 06, 2010 | Visits: 1.309

Java::Import::Examples Java::Import::Examples is an example of how to use Java::Import to call into Java classes. Making RMI calls from Perl One nice thing about Java is the extremely straight forward manner in which it allows you to make calls to remote objects residing on distant servers. Many people use this...


Platforms: *nix

License: Freeware Size: 28.67 KB Download (106): Java::Import::Examples Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 690

JAR Maker JAR Maker is still in development (beta), at this moment JAR Maker is able to pack Java classes in JAR format, generating Applet code, and signing the output JAR. Generating Webstart and creating Windows executable is still in development.


Platforms: Windows

License: Freeware Download (59): JAR Maker 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

Released: May 01, 2001  |  Added: April 18, 2006 | Visits: 3.368

Mihov Code View A program for quick browsing through text files, source code and initialisation files


Platforms: Windows

License: Freeware Size: 142 KB Download (171): Mihov Code View Download

Added: August 26, 2006 | Visits: 18.208

Visual Basic Controls (Source Code) Visual Basic Source Code that demonstrates how to make VB Controls by using a Picturebox and pure VB Code. Free Visual Basic source code control example for creating a Command button. All of the VB Source Code is compatible with VB3, VB4, VB5 and VB6. The source code draws the control directly...


Platforms: DOS, OS/2, BeOS, Palm OS, Windows, Mac, *nix, Windows CE

License: Freeware Size: 152 KB Download (3666): Visual Basic Controls (Source Code) Download

Released: November 12, 2010  |  Added: July 19, 2011 | Visits: 5.168

Hitonic JAR-Starter Hitonic JAR-Starter launches JAR and JAD files in various J2SE (JDK/JRE) and J2ME (emulators) environments. The program integrates with Windows Explorer. There is a system of flexible settings with the automatic detection of J2SE and J2ME environments on your computer. Now the JAR file...


Platforms: Windows

License: Freeware Size: 604.65 KB Download (1026): Hitonic JAR-Starter Download

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

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: January 18, 2010 | Visits: 2.895

Call Of Duty 2 Linux Multiplayer Server Code Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. !! IMPORTANT !! Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (86): Call Of Duty 2 Linux Multiplayer Server Code Download

Added: January 14, 2010 | Visits: 1.629

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

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: January 08, 2010 | Visits: 1.597

Code::Perl Code::Perl is a Perl module to produce Perl code from a tree. SYNOPSIS use Code::Perl::Expr qw( :easy ); my $c = derefh(scal(hash), calls(getkey)); print $c->perl; # ($hash)->{getkey()} Code::Perl allows you to build chunks of Perl code as a tree and then when youre finished building,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (175): Code::Perl Download

Added: October 15, 2010 | Visits: 1.285

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

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

1 2 3 4 5 >