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

Gold Mine Games freeware
Filter: All | Freeware | Demo
 

Gold Mine Games

< 1 2 3 4 5 
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 19, 2010 | Visits: 1.169

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: November 08, 2010 | Visits: 1.272

Privateer Gemini Gold Privateer Gemini Gold is a remake of Wing Commander Privateer. Back in 1993 Privateer was released as part of the Wing Commander series and became a great success in the gaming industry. Over 10 years later a small group of privateer enthusiasts reintroduce the game with a new graphic engine... Platforms: *nix

License: Freeware Size: 278 MB Download (111): Privateer Gemini Gold Download

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

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: June 19, 2010 | Visits: 1.039

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

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: February 26, 2010 | Visits: 1.596

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

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: March 16, 2006 | Visits: 2.230

Animated Paddys Gold Factory Screensaver Enjoy watching the production of Gold coins at the factory owned by non other than you. Get this free animated screensaver to feel the richness of your heart multiply manifold and leave you in the most cheerful mood. Platforms: Windows

License: Freeware Size: 2.32 MB Download (106): Animated Paddys Gold Factory Screensaver Download

Added: September 27, 2010 | Visits: 908

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

Added: October 22, 2010 | Visits: 1.452

Games::Maze::SVG::Manual Games::Maze::SVG::Manual is a Perl module with manual for the Games::Maze::SVG modules. PURPOSE The Games::Maze::SVG module supports the creation of 2-dimensional mazes in an SVG format suitable for printing or playing interactively. This module use the Games::Maze module to perform the... Platforms: *nix

License: Freeware Size: 35.84 KB Download (104): Games::Maze::SVG::Manual Download

Added: March 20, 2010 | Visits: 906

Games::Blackjack Games::Blackjack is a Perl module with Blackjack Utility Classes. SYNOPSIS use Games::Blackjack; # Create new shoe of cards my $shoe = Games::Blackjack::Shoe->new(nof_decks => 4); # Create two hands, player/dealer my $player = Games::Blackjack::Hand->new(shoe => $shoe); my $dealer =... Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Games::Blackjack Download

Added: August 13, 2008 | Visits: 1.479

How to make Modifications for Games Regardless of your modding skill level, this eBook will show you the general steps and hints on how to make modifications for games. The sections are all bundled into one freely available offline package for your convenience. These are the sections you will find: -What are game modifications?... Platforms: Windows

License: Freeware Size: 713 KB Download (101): How to make Modifications for Games Download

Added: July 06, 2010 | Visits: 1.222

Games::ScottAdams::Manual Games::ScottAdams::Manual is the Scott Adams Adventure Compiler Reference Manual. SYNOPSIS # foo.sa - definition file for Scott Adams adventure "foo" %room swamp dismal swamp %exit n meadow %exit e edge %exit w grove %item mud Evil smelling mud %getdrop mud %action take mud here... Platforms: *nix

License: Freeware Size: 49.15 KB Download (100): Games::ScottAdams::Manual Download

Released: October 16, 2012  |  Added: October 16, 2012 | Visits: 1.375

Puzzle Games Play the latest free Puzzle Games - board puzzle games, puzzle brain games, room escape games, tower defense puzzle games, strategy games, jigsaw puzzle games, new hidden object games and more puzzlers on 9PUZ.com. We also have the walkthroughs and cheats for most of the puzzle games, you can... Platforms: Windows, Mac, iPhone, iPod, Java, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Symbian, Other

License: Freeware Size: 1.18 MB Download (100): Puzzle Games Download

Added: August 13, 2008 | Visits: 1.196

Lindt Gold Bunny Hunt The Lindt and SprRngli's iconic Gold Bunny is on the loose! Search several U.S. cities to find the Gold Bunny and unlock trivia questions about chocolate and the cities you visit. Platforms: Windows

License: Freeware Size: 8.55 MB Download (100): Lindt Gold Bunny Hunt Download

Added: November 20, 2010 | Visits: 1.922

Games::Quakeworld::Query Games::Quakeworld::Query is a class for querying QuakeWorld servers. SYNOPSIS use Games::Quakeworld::Query; my $QWQ = Games::Quakeworld::Query->new("quake.server.com", "27500"); my %info = $QWQ->getinfo(); # obsoleted, use $qwq->get("") instead print "Server uses map:... Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Quakeworld::Query Download

Added: September 05, 2010 | Visits: 1.783

Games::Dice Games::Dice is a Perl module that can be used to simulate dice rolls. SYNOPSIS use Games::Dice roll; $strength = roll 3d6+1; use Games::Dice roll_array; @rolls = roll_array 4d8; Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions... Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Dice Download

Added: August 28, 2008 | Visits: 1.179

The prodigious escapee gold The Prodigious Escapee Gold (Vr 1.52 ) is a unique, fun, challenging and exciting free puzzle game that offers cure for boredom. This extremely fun puzzle game comes with 80 levels, a happy & cute music theme, and an easy to use level editor. The objective is to use available objects such as... Platforms: Windows

License: Freeware Size: 3.65 MB Download (99): The prodigious escapee gold Download

Added: January 25, 2010 | Visits: 844

Mac BBC Games List Mac BBC Games List is a games database front end for Mac BeebEm. The program displays a list of games that can be sorted by name, year, publisher or genre. A screen shot is also displayed if available. Double clicking a program will launch BeebEm with the disc loaded and automatically start the... Platforms: Mac

License: Freeware Size: 7.8 MB Download (99): Mac BBC Games List Download

< 1 2 3 4 5