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

Winter Olympic Games History freeware
Filter: All | Freeware | Demo
 

Winter Olympic Games History

< 1 2 3 4 5 
Released: January 10, 2012  |  Added: January 28, 2012 | Visits: 1.170

Winter Mahjong Oh the weather outside is frightful, but Winter Mahjong is so delightful, since you've no place to go, play mahjong, play mahjong, play mahjong! Winter is upon us, and instead of braving the cold, why not stay warm inside and play Winter Mahjong all evening long. Match tiles to eliminate...



Platforms: Windows, Mac, *nix, Windows CE, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Not Applicable,Handheld/Mobile Other,Java

License: Freeware Size: 2.5 MB Download (122): Winter Mahjong Download

Added: March 20, 2010 | Visits: 925

Games::Alak Games::Alak is a simple game-tree implementation of a gomoku-like game. SYNOPSIS % perl -MGames::Alak -e Games::Alak::play ...Or just run Alak.pm as if it were a program... ...Program responds with output, and a prompt: Lookahead set to 3. I am X, you are O. Enter h for help X moves...





Platforms: *nix

License: Freeware Size: 9.22 KB Download (120): Games::Alak Download

Added: October 02, 2006 | Visits: 2.965

Winter Wonders Screensaver The Free Winter Wonders Screensaver by Scenic Reflections displays 60 wonderful images of winter time. If you love winter scenes, then this screensaver is for you! The winter wonders screensaver also features three beautiful, full-length, CD-quality musical compositions by Cynthia Jordan. All...


Platforms: BeOS, Palm OS, Windows, *nix

License: Freeware Size: 10.48 MB Download (118): Winter Wonders Screensaver Download

Added: February 08, 2010 | Visits: 1.489

Games::Euchre::Player Games::Euchre::Player is a player class for Euchre card game. The four Player objects are used to interact with the humand and computer players, as well as to keep the state of the players hand, whether he bid and whether he went alone. CLASS METHODS new GAME NUMBER NAME Create and...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (116): Games::Euchre::Player Download

Added: January 26, 2010 | Visits: 2.034

comisat Games Collection comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english. comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published...


Platforms: *nix

License: Freeware Size: 7.9 MB Download (116): comisat Games Collection Download

Added: January 01, 2010 | Visits: 1.472

Games::Tournament::RoundRobin Games::Tournament::RoundRobin is a Perl module for Round-Robin Tournament Schedule Pairings. SYNOPSIS $schedule = Games::Tournament::RoundRobin->new; $pairings = $schedule->indexesInRound($roundm); $round = $schedule->meeting($member1, [$member2, $member3]); ... Every member of a league...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Tournament::RoundRobin Download

Added: July 17, 2010 | Visits: 1.020

Games::Battleship Games::Battleship - "You sunk my battleship!" SYNOPSIS use Games::Battleship; $g = Games::Battleship->new(qw( Gene Aeryk )); $g->add_player(Stephanie); $winner = $g->play(); print $winner->name(), " wins!n"; @player_objects = @{ $g->players }; $player_obj = $g->player(Professor...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (116): Games::Battleship 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 19, 2010 | Visits: 1.167

Games::Battleship::Player Games::Battleship::Player is a Battleship player class. SYNOPSIS use Games::Battleship::Player; $aeryk = Games::Battleship::Player->new(name => Aeryk); $gene = Games::Battleship::Player->new(name => Gene); print Player 1: , $aeryk->name, "n", Player 2: , $gene->name, "n";...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (113): Games::Battleship::Player Download

Added: July 08, 2010 | Visits: 1.239

Missile of Holiday Cheer Missile of Holiday Cheer is a winter holiday vertically oriented flying finesse game. Missile of Holiday Cheer is a game that revolves around piloting missiles bearing presents from elves workshops up to Santas low-orbiting mothership. There are five elf groups and a number of powerups, and...


Platforms: *nix

License: Freeware Size: 74.75 KB Download (112): Missile of Holiday Cheer Download

Released: July 14, 2012  |  Added: July 14, 2012 | Visits: 1.148

Air Grenades Eliminator - Free Shooting Games Free shooting games have a new representative called Air Grenade Eliminator. This free shooting game is a real statue of creativity and simplicity. Nobody needs more than a minute to figure it out. But than again nobody is able to spend less than an hour playing it. Air Grenade Eliminator is a...


Platforms: Windows

License: Freeware Size: 1.88 MB Download (111): Air Grenades Eliminator - Free Shooting Games Download

Added: August 26, 2008 | Visits: 1.045

White Winter Screensaver Leafy trees covered in snow, frozen fields, ice on branches ... all the essence of winter in harmony with nature in this fresh screensaver built on white winter landscapes: White Winter Screensaver.If you want to relive an authentic winter atmosphere, install this White Winter Screensaver on your...


Platforms: Windows

License: Freeware Size: 4 KB Download (109): White Winter Screensaver Download

Added: July 10, 2010 | Visits: 1.783

CVS History CVS History is a Web application for searching the history of CVS actions. It parses the output of the CVS history command and imports it into a MySQL database for ease of manipulation by the PHP front-end. Its advantage over other CVS history viewing applications is that it only needs...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (108): CVS History Download

Added: June 19, 2010 | Visits: 1.037

Games::GuessWord Games::GuessWord is a guess the letters in a word (ie Hangman). SYNOPSIS use Games::GuessWord; my $g = Games::GuessWord->new(file => "/path/to/wordlist"); print "Score: " . $g->score . "n"; print "Chances: " . $g->chances . "n"; print "Answer: " . $g->answer . "n"; my @guesses =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Games::GuessWord Download

Added: September 01, 2010 | Visits: 1.375

Games::Score Games::Score is a Perl module to keep track of score in games . SYNOPSIS use Games::Score; # these three values are the default ones, by the way Games::Score->default_score(0); Games::Score->default_step(1); Games::Score->step_method(inc); # start two players my $player1 =...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (107): Games::Score Download

Added: May 18, 2010 | Visits: 1.343

Worminator Worminator 3 is akin to many Apogee Software and ID Software classic action games such as Duke Nukem and Commander Keen. In Worminator game, you play as The Worminator (or as several other optional characters) and fight your way through many levels of madness and mayhem. It features nine...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (107): Worminator Download

Added: February 26, 2010 | Visits: 1.591

Davids Perl Games Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. These games are recreations of simple ASCII graphics games originally written in BASIC. They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend...


Platforms: *nix

License: Freeware Size: 64.51 KB Download (106): Davids Perl Games Download

Added: November 27, 2010 | Visits: 1.273

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (106): Games::Go::SGF2misc::SVG Download

Added: August 23, 2008 | Visits: 1.501

Winter-Wonderland Card Do you want to send images to your friends and family in a new way? This curious free program is a graphic editor that lets you make digital postcards from the photos you choose.The program gives these photos a winter look and lets you, thanks to a text editor, include words to say hello to the...


Platforms: Windows

License: Freeware Size: 3 KB Download (106): Winter-Wonderland Card Download

Added: September 27, 2010 | Visits: 907

Games::Mastermind Games::Mastermind is a simple framework for MasterMind games. SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks->[0] == $mm->holes(); # the game history is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Games::Mastermind Download

< 1 2 3 4 5