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

Win Mobile Chess freeware
Filter: All | Freeware | Demo
 

Win Mobile Chess

1 2 3 4 5 > 
Released: December 08, 2012  |  Added: December 08, 2012 | Visits: 563

Mobile Chess and Flash Chess Mobile Chess (for Java ME) and Flash Chess (for Web) with Strong Chess AI, see http://mobilechess.sourceforge.net/. Java Applet Chess and Ajax Chess are also available. Mobile Chess is sponsored by Chess Wizard now, see http://www.chess-wizard.com/. Platforms: Windows, Mac, Linux

License: Freeware Size: 321.12 KB Download (66): Mobile Chess and Flash Chess Download

Added: August 23, 2008 | Visits: 2.030

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: August 15, 2010 | Visits: 908

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

Released: July 03, 2015  |  Added: August 03, 2015 | Visits: 960

Free Chess Game Chess Game is a two-player strategy board game played on a chessboard, a checkered gameboard with 64 squares arranged in an eight-by-eight grid. Each player begins the game with 16 pieces: one king, one queen, two rooks, two knights, two bishops, and eight pawns. Each of the six piece types moves... Platforms: Windows, Windows 7

License: Freeware Size: 4.12 MB Download (84): Free Chess Game Download

Added: June 09, 2006 | Visits: 4.232

A Scratch and Win Game AScratchNWin! is an exciting new product that allows you to easily and effectively add scratch and win capabilities to your website! You can also use it like a mini-casino! Try out the evaluation version, which lets you specify a % chance of winning, and order the full version which also includes... Platforms: Windows

License: Freeware Size: 2.11 MB Download (214): A Scratch and Win Game Download

Added: September 04, 2006 | Visits: 4.523

Mobile Content This program is a FREE database of mobile (cellular) content, such as ringtones, wallpapers, java games, etc. Using it you can browse the full database offline. Also you can order (send) any chosen content to your mobile phone. The database consists of the following content: * monophonic... Platforms: Windows

License: Freeware Size: 3.43 MB Download (517): Mobile Content Download

Released: February 01, 2008  |  Added: March 20, 2008 | Visits: 4.514

AVS Mobile Uploader Easily upload files and folders with media content to various portable devices - Sony PSP, Apple iPod, SanDisk Sansa, Archos DVR 500/600/700, Creative Zen Vision, iRiver H10, Portable Media Player (PMP), mobile phones for GSM and CDMA networks. AVS Mobile Uploader supports transport via... Platforms: Windows

License: Freeware Size: 15.97 MB Download (891): AVS Mobile Uploader Download

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

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: June 15, 2009  |  Added: July 09, 2009 | Visits: 2.747

TreeSize Mobile Sometimes you get to a point where your smartphone runs out of disk space. The manual search for large files and folders can take a long time. TreeSize Mobile helps you to find these folders. The file system is represented in a tree view and it shows you the size of folders, including their... Platforms: Windows, Handheld/Mobile Other

License: Freeware Size: 186 KB Download (719): TreeSize Mobile Download

Added: January 14, 2010 | Visits: 1.635

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: November 14, 2010 | Visits: 1.338

Mobile::Wurfl Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File. SYNOPSIS my $wurfl = Mobile::Wurfl->new( wurfl_home => "/path/to/wurfl/home", db_descriptor => "DBI:mysql:database=wurfl:host=localhost", db_username => wurfl, db_password => wurfl, wurfl_url =>... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Mobile::Wurfl Download

Added: July 21, 2010 | Visits: 1.562

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

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: July 26, 2010 | Visits: 1.885

Mobile::UserAgent Mobile::UserAgent is a mobile user agent string parsing class. SYNOPSIS ### Print the information parsed from a user-agent string: use Mobile::UserAgent; my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0; my $uaobj = new... Platforms: *nix

License: Freeware Size: 37.89 KB Download (124): Mobile::UserAgent 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: 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.035

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

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: September 03, 2010 | Visits: 2.266

Mobile Web Proxy Mobile Web Proxy is a (CGI) tool to make more Web pages available from some mobile devices (cell phone Web browsers, etc.). When I began using my cell phones mobile web browser, one of the things I realized was that there were a lot of web pages that my cell phones web browser simply wouldnt... Platforms: *nix

License: Freeware Size: 17.41 KB Download (280): Mobile Web Proxy Download

1 2 3 4 5 >