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

Galaxy Games Golf software
Filter: All | Freeware | Demo
 

Galaxy Games Golf

< 1 2 3 4 5 > 
Added: July 23, 2006 | Visits: 5.153

Golf League Recorder Golf League Recorder for all current Windows systems is an easy to use handicapping/tracking utility for personal and group use. The program features attractive graphics and handles several groups from 1 to 100 with ease. Reports can be displayed in several manners, allowing quick reference for...



Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 2.28 MB Download (185): Golf League Recorder Download

Added: November 25, 2006 | Visits: 3.114

Games Folder Games Folder is a utility that will allow you to organise your games, demos and mods quickly and simply, as well as providing relevant information such as links to official and fan sites, documentation, screenshots, video clips, etc. It also offers extensive statistic logging, such as the...





Platforms: Windows

License: Shareware Cost: $16.00 USD Size: 6.94 MB Download (132): Games Folder Download

Added: June 12, 2006 | Visits: 4.485

Golf Score Wizard PRO Golf Score Wizard PRO is a multiple award winning, easy to use score card tracker. Use it to record your score from each game and use it to track your improvements or problems. Create reports by course or time. You can set up your favorite golf courses quickly and easily.


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 950 KB Download (542): Golf Score Wizard PRO Download

Added: June 26, 2006 | Visits: 2.848

Board Games Collection The game is a collection of four games – Speed Lines, Super Blocks, Fast Balls and Real Clicks. The rules are based on removing certain amounts of chips from the board, depending on the rules of each game. The player gets bonus points and thus increases game level. Higher level means more...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 3 MB Download (105): Board Games Collection Download

Added: July 24, 2006 | Visits: 3.897

DigiMode Selected Games A Flash game machine with 30 games built in and two ways to add hundreds of your own flash games, Automatic Mp3 Player plus 30 of the hottest Flash games we could find for you after a long search organized in genius way and it all can be resized to suite your moods. You can easily integrate your...


Platforms: Windows

License: Freeware Size: 9.55 MB Download (338): DigiMode Selected Games Download

Added: January 29, 2006 | Visits: 2.980

2006 Logical Golf Tour In this 2006 Logical Golf Tour, each hole is a puzzle where you slide your golf-ball and golf-cart around, avoiding obstacles and trying to get the ball into the cup. There are 5 different golf courses, some 9-holes and others 18-holes. As you try and achieve par (or better), you will be given a...


Platforms: Windows

License: Freeware Download (117): 2006 Logical Golf Tour Download

Released: July 06, 2008  |  Added: July 09, 2008 | Visits: 1.955

Magic Games Magic Games Collection is a pack of six puzzles, including Magic Lines, Magic Balls, Magic Beads, Logic Trainer, Magic Tetcolor and Combat Engineer. Whether you want to improve your brain power or simply unwind and relax after a hard day, this joyful collection will tease your brains and help you...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 4.05 MB Download (137): Magic Games Download

Released: March 01, 2009  |  Added: March 18, 2009 | Visits: 1.630

Stats Golf Stats Golf Feature List: Track Unlimited Players and Goal Sets: -Putting Drills -Chipping Drills -Pitching Drills -Accuracy Measurement and Analysis -Shot Shaping By All Clubs -Club Distance Measurement -Practice Range Drill Recording Cards -Fairways Hit In Regulation...


Platforms: Windows

License: Commercial Cost: $9.99 USD Size: 67.06 MB Download (177): Stats Golf Download

Added: January 18, 2010 | Visits: 1.970

Games::SGF::Tournament Games::SGF::Tournament is a Perl module for tournament statistics generator. SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score())); Smart Go Format (SGF) is a file format used to store game records of two player...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (129): Games::SGF::Tournament Download

Added: September 12, 2010 | Visits: 2.084

Games::Cards Games::Cards is a Perl module for writing and playing card games. SYNOPSIS use Games::Cards; my $Rummy = new Games::Cards::Game; # Create the correct deck for a game of Rummy. my $Deck = new Games::Cards::Deck ($Rummy, "Deck"); # shuffle the deck and create the discard pile...


Platforms: *nix

License: Freeware Size: 91.14 KB Download (124): Games::Cards Download

Added: January 04, 2010 | Visits: 1.012

fortune-hitchhiker fortune-hitchhiker project consists of quotes from the "Hitchhikers Guide to the Galaxy". "Zaphod grinned two manic grins, sauntered over to the bar and bought most of it." -- Zaphod in paradise. To install these fortunes, copy the .dat file to your fortunes directory. (possibly...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (109): fortune-hitchhiker Download

Added: November 20, 2010 | Visits: 1.916

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 (93): Games::Quakeworld::Query Download

Added: September 25, 2010 | Visits: 2.147

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: January 11, 2010 | Visits: 2.547

Games::Euchre Games::Euchre is an Euchre card game for humans and computers. SYNOPSIS Simply run my game wrapper: % euchre.pl or write your own: use Games::Euchre; use Games::Euchre::AI::Simple; use Games::Euchre::AI::Human; my $game = Games::Euchre->new(); foreach my $i (1..3) {...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (234): Games::Euchre Download

Added: September 16, 2010 | Visits: 1.406

Games::Euchre::Trick Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (161): Games::Euchre::Trick Download

Added: July 05, 2010 | Visits: 1.521

Games::Euchre::AI Games::Euchre::AI is a Player API for Euchre card game. This class implements a skeletal Euchre player programming interface. Subclasses can be created quite easily as interactive interfaces or AI computer players. If you wish to write your own computer player, I recommend you start with...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Euchre::AI Download

Added: February 08, 2010 | Visits: 1.485

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

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 (110): comisat Games Collection Download

Added: June 20, 2010 | Visits: 1.152

Games::Othello Games::Othello is a Perl extension for modelling a game of Othello. SYNOPSIS use Games::Othello; my $game = Games::Othello->new(); while( !game->over ) { printf "It is presently %ss move", ($game->whos_move eq b) ? black, white; my @possible_moves = values $game->possible_moves(); if...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (98): Games::Othello Download

Added: February 26, 2010 | Visits: 1.587

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

< 1 2 3 4 5 >