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

Shredder Classic Chess freeware
Filter: All | Freeware | Demo
 

Shredder Classic Chess

1 2 3 4 5 > 
Added: August 05, 2008 | Visits: 963

Chess Clock A classic chess clock software with many useful features. The time can be set differently for each player allowing players of unequally strength to play together.



Platforms: Windows

License: Freeware Size: 390 KB Download (578): Chess Clock Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 652

3D Chezz 3D remake of classic Chess game with a selection of AI levels and 2 players mode. Chess is a recreational and competitive game played between two players. Sometimes called Western chess or international chess to distinguish it from its predecessors and other chess variants, the current form of...





Platforms: Windows

License: Freeware Size: 6.64 MB Download (472): 3D Chezz Download

Released: September 26, 2012  |  Added: September 26, 2012 | Visits: 518

PlayE4 Online Chess PlayE4 chess software offers multi-players chess games in real time. The 3D, user-friendly chess software allows chess enthusiasts to enlarge their pool of game partners and play against players of their skill level any time of day. PlayE4 is available in 3 game modes and 6 different languages...


Platforms: Windows

License: Freeware Size: 346 KB Download (58): PlayE4 Online Chess Download

Added: July 28, 2013 | Visits: 454

Phoenity Shredder Phoenity Shredder is the classic Phoenity theme reworked for Thunderbird 3. Developer comments Please keep in mind that Thunderbird 3 (Shredder) is still in development stage and as such a moving target. Not all new or changed features will look good immediately. Let me know if I missed...


Platforms: Mac

License: Freeware Size: 696.32 KB Download (32): Phoenity Shredder Download

Added: August 23, 2008 | Visits: 2.027

Orneta Chess for Smartphone 2002 Orneta Chess is the classic strategy game of Chess for Windows Mobile based Smartphone devices. With multiple difficulty levels this game appeals to everyone from the novice chess player to the advanced chess player. The game saves the state of the game so that the player can come back to it when...


Platforms: Windows CE, Pocket PC

License: Freeware Size: 110 KB Download (876): Orneta Chess for Smartphone 2002 Download

Added: January 25, 2010 | Visits: 1.214

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: September 13, 2012  |  Added: September 13, 2012 | Visits: 485

Chess for Mac OS The classic strategy game with gorgeous graphics, online gaming and intuitive interface. Beautiful handcrafted board and pieces are showcased in a 3D view with rotation and zoom. Easy to play but very hard to master. Now you can test your playing skills against the computer on three different...


Platforms: Mac

License: Freeware Size: 27 MB Download (470): Chess for Mac OS Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 406

Multiplayer Chess Database driven multiplayer chess that play like classic correspondence chess. This is 1st release that isn't design as plug and play chess games, you should make some mods. Please go to http://www.bebogame.com and see how it is implemented fully.


Platforms: Windows, Mac, Linux

License: Freeware Size: 186.41 KB Download (43): Multiplayer Chess Download

Released: March 29, 2007  |  Added: April 03, 2007 | Visits: 80.814

File Shredder File Shredder is free, secure and fast application to permanently shred and delete files and folders on your computer. Shredded files can not be brought back by using specialized software, tricks or hacks - File Shredder destroyes them beyond recovery. File Shredder is released under the GNU...


Platforms: Windows

License: Freeware Size: 904.2 KB Download (3738): File Shredder 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

Released: September 10, 2008  |  Added: September 15, 2008 | Visits: 4.933

PC Shredder PC Shredder is one free data removal and file shredder software, can permanently delete files, folders and make them irrecoverable, completely shredding the files you specify, make it impossible for anyone to restore deleted information! Prevent your business data, important documents and...


Platforms: Windows

License: Freeware Size: 283.5 KB Download (571): PC Shredder Download

Released: January 11, 2009  |  Added: January 26, 2009 | Visits: 1.742

Necro Shredder The program works the same way a paper shredder does, only instead of cutting the paper to tiny pieces, it overwrites files with characters (either random or only 0's). This way files cannot be recovered by any utility.


Platforms: Windows

License: Freeware Size: 280.6 KB Download (177): Necro Shredder 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: 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: February 12, 2010 | Visits: 1.432

Java Classic RPG Java Classic RPG is an RPG framework, engine, and game that uses OpenGL, a challenging AI, huge territories, and classic pen-and-paper turn-based combat. This project is in the tradition of games like Wizardry 7 and EOB, but incorporates innovations made possible by modern computing technology....


Platforms: *nix

License: Freeware Size: 30 MB Download (138): Java Classic RPG Download

1 2 3 4 5 >