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

Castle Bug Chess Titans freeware
Filter: All | Freeware | Demo
 

Castle Bug Chess Titans

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

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: August 05, 2008 | Visits: 1.171

Easy Chess Easy Chess is a free chess game to play chess with the computer, it is based on several Open Source chess algorithms. If you are bored with FreeCell and Hearts, install this game!





Platforms: Windows

License: Freeware Size: 489 KB Download (268): Easy Chess Download

Added: August 04, 2008 | Visits: 1.505

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

Added: August 05, 2008 | Visits: 1.098

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

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

Released: November 12, 2011  |  Added: December 29, 2011 | Visits: 1.982

Castle Wars Castle Wars is a game of strategy which is easy to learn and fun to play. You are one of the six lords in the land. The dream of you is simple - Take over the entire land. Being a lord, you must hire peasants, swordmen, knights or dragons, build huts, castles or cities to defend your domain,...


Platforms: Windows

License: Freeware Size: 2.5 MB Download (192): Castle Wars Download

Added: January 25, 2010 | Visits: 1.207

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

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: August 31, 2008 | Visits: 870

Indo Chess Indo Chess is directed above all at novice users. The less expert players will find space here to have fun and improve their chess, as the game`s engine is not very powerful and it can calculate only 4 or 5 moves in advance. So, if you are a good player, you will beat Indo Chess quite easily. On...


Platforms: Windows

License: Freeware Size: 1024 B Download (175): Indo Chess Download

Added: April 24, 2010 | Visits: 2.266

Legion of the Bouncy Castle Java Cryptography API The Legion of the Bouncy Castle Java Cryptography API provides a lightweight cryptography API in Java. A provider for the JCE and JCA, a clean-room implementation of the JCE 1.2.1, generators for Version 1 and Version 3 X.509 certificates, generators for Version 2 X.509 attribute certificates,...


Platforms: *nix

License: Freeware Size: 21.2 MB Download (171): Legion of the Bouncy Castle Java Cryptography API Download

Added: January 25, 2010 | Visits: 1.215

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

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 04, 2008 | Visits: 913

Chess Mafia Amazing new pc chess game! Easy to use and provides realistic visualizations with multiplayer options! A cool soundtrack plus game hints guarantee hours of fun!


Platforms: Windows

License: Freeware Size: 1.86 KB Download (158): Chess Mafia Download

Added: August 31, 2008 | Visits: 1.061

World Chess Live Excellent chess game against the PC or against Internet users, succesor to "US Chess Live," which also offers many more options.If you are a chess fan, or are starting out, with this program you can get a lot of help. Apart from playing the PC you can also play on-line with thousands of Internet...


Platforms: Windows

License: Freeware Size: 6 KB Download (156): World Chess Live 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.473

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 23, 2006 | Visits: 3.789

Castle of Terror Halloween Screensaver Free Animated Castle of Terror Halloween Screensaver With Haunting Music by FearIsHere.com. Blood red clouds, flying witches, ominous lightning and creepy black cats will keep you up at night with this frightful halloween screensaver.


Platforms: Windows

License: Freeware Size: 3.26 MB Download (124): Castle of Terror Halloween Screensaver Download

Added: September 28, 2013 | Visits: 1.546

Bug Tracker Bug Tracker is a PHP web based bug tracking system.it has two user interfaces. One is for internal team. The other is for customers to report their feedback. It has flexible permission management, search/filter, FAQ, document management, multi-language.


Platforms: *nix

License: Freeware Size: 3.06 MB Download (124): Bug Tracker 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: September 13, 2010 | Visits: 1.723

Castle-combat Castle-combat is a clone of the old DOS game Rampart. Up to four players build castle walls, place cannons inside these walls, and shoot at the walls of their enemy(s). If a player cant build a complete wall around one of his castles, he loses. The last surviving player wins..


Platforms: *nix

License: Freeware Size: 1.6 MB Download (116): Castle-combat Download

< 1 2 3 4 5 >