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

Apple Ii Chess freeware
Filter: All | Freeware | Demo
 

Apple Ii Chess

< 1 2 3 4 5 > 
Added: July 21, 2010 | Visits: 1.561

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

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: November 17, 2010 | Visits: 1.313

Basilisk II Basilisk II is a free, portable, Open Source 68k Mac emulator. It requires a copy of a 512K or 1MB Mac ROM and a copy of MacOS 7.x or 8.x to run.. Platforms: *nix

License: Freeware Size: 665.6 KB Download (137): Basilisk II Download

Added: September 24, 2010 | Visits: 1.485

Apple Disk Transfer ProDOS Apple Disk Transfer ProDOS (or ADTPro for short) transfers diskettes and logical disk images between Apple ][-era computers and the modern world. If youre familiar with the original ADT, ADTPro extends ADTs reach by working with more logical disk formats, drive types, communications devices, and... Platforms: *nix

License: Freeware Download (99): Apple Disk Transfer ProDOS 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: September 01, 2010 | Visits: 1.252

Nomad II Driver/Utilities Nomad II supports the Creative Nomad II, IIc and II MG under Linux running USB for file transfers and other operations. By default, the ownership of the newly created device file for the Nomad II is owned by root, without group/other read+write permissions. make nomadii setuid root; on... Platforms: *nix

License: Freeware Size: 45.06 KB Download (103): Nomad II Driver/Utilities 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.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

Added: May 22, 2010 | Visits: 1.493

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: 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: June 08, 2010 | Visits: 1.172

Cronos II Cronos II is a powerful and friendly email client designed for the Gnome Desktop. This project aims to build an email client which incorporates intuitive interface, speed, robustness, simplicity, strenght and realiability. Clearly, Cronos II achived all this goals, and thats what makes it the... Platforms: *nix

License: Freeware Size: 942.08 KB Download (100): Cronos II Download

Added: August 17, 2010 | Visits: 1.199

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

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

Added: April 20, 2010 | Visits: 835

Chess::FIDE::Player Chess::FIDE::Player is a Perl module to parse player data from FIDE Rating List. SYNOPSIS use Chess::FIDE::Player qw(@FIDE_field); my $player = Chess::FIDE::Player->new(%param); print $player->id() . "n"; $player->value(field); Chess::FIDE::Player - Parse player data from FIDE Rating... Platforms: *nix

License: Freeware Size: 1.1 MB Download (97): Chess::FIDE::Player Download

Added: January 04, 2010 | Visits: 1.040

Twisted Packager II Twisted Packager II (TP2) is a package manager that aims to make live easy - for end users and also developers. In some respects it is similar to Autopackage - it does not intend to replace the "system packaging tool" but instead will sit alongside it to allow application developers an easy way... Platforms: *nix

License: Freeware Download (95): Twisted Packager II Download

Added: August 15, 2010 | Visits: 906

Chess::Elo Chess::Elo is a Perl module to calculate Chess "Elo" ratings. SYNOPSIS use Chess::Elo qw(:all); # Alice is going to thump Bob... my ($alice_elo, $bob_elo) = (2100, 1200); # Oh no, Alice lost to Bob! my $result = 0; # 0.5 for draw, 1 for win my @new_elo_alice_bob = elo ($alice, 0,... Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Chess::Elo Download

Added: January 25, 2010 | Visits: 1.218

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: January 25, 2010 | Visits: 738

Descent II 3Dfx Descent II 3Dfx is a renderer that allows you to play Descent II with exquisite graphics if you have a graphics card installed on your Mac. Just about any PowerMac should run at between 30 to 60 frames per second. Another feature is the addition of ChromaDepth coloring. This feature is designed... Platforms: Mac

License: Freeware Size: 1.5 MB Download (108): Descent II 3Dfx Download

Added: January 25, 2010 | Visits: 1.043

Apple.com Daily Special Apple.com Daily Special is a Dashboard widget that displays the hugely-discounted products from Apple's online store are temporarily made available until they sell out. This widget displays the day's current-selling "hot deals".Apple-Discounts.com is an online destination for Macintosh users,... Platforms: Mac

License: Freeware Download (95): Apple.com Daily Special Download

< 1 2 3 4 5 >