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

Quick Games software
Filter: All | Freeware | Demo
 

Quick Games

< 1 2 3 4 5 > 
Released: February 09, 2009  |  Added: February 10, 2009 | Visits: 5.850

Quick Memory Editor Quick Memory Editor is a powerful game cheating tool that can search and edit game data in memory easily. It can search and edit any type of game data such as integer, floating point number, string and uncertain data like blood in game King of Fights. You can use it to toggle infinite...



Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 1.4 MB Download (581): Quick Memory Editor Download

Released: May 19, 2010  |  Added: May 28, 2010 | Visits: 2.314

Quick PDF Library Quick PDF Library is a powerful royalty-free PDF developer SDK used by thousands of developers for working with PDF. It is a robust API with over 500 functions for use with C, C++, C#, Delphi, PHP, Visual Basic, VB.NET, ASP, PowerBASIC, Pascal and more. Quick PDF Library is the ultimate...





Platforms: Windows

License: Demo Cost: $249.00 USD Size: 10.89 MB Download (149): Quick PDF Library Download

Released: April 17, 2008  |  Added: April 27, 2010 | Visits: 2.392

Quick Heal PCTuner Quick Heal PCTuner cleans and optimizes your PC safely and automatically. It also protects your privacy by cleaning various common application traces. Quick Heal PCTuner makes it easy to consistently maintain your system's performance at peak level. Auto Cleanup finds invalid, unwanted files and...


Platforms: Windows

License: Shareware Cost: $25.00 USD Size: 2.91 MB Download (737): Quick Heal PCTuner Download

Released: February 07, 2009  |  Added: September 10, 2009 | Visits: 1.373

AtomicRobot Find-It-Quick AtomicRobot Find-It-Quick 1.0 is fast compact program that saves and displays any information you want to store and remember. There is nothing to install! Simply run the executable file! The program allows you to create 20 main topics, each with up to 20 secondary topics per main topic. For...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 370.48 KB Download (94): AtomicRobot Find-It-Quick 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 (135): Games::SGF::Tournament Download

Added: January 18, 2010 | Visits: 1.701

Quick Image Viewer Quick Image Viewer (qiv) is a very small and fast GDK/Imlib image viewer designed to replace the classic image viewers like xv or xloadimage. Quick Image Viewer program runs on FreeBSD, Linux (libc5/glibc), Solaris (SunOS) and HP-UX.. Homepage of QIV - The Linux, Solaris(SunOS) and FreeBSD Quick...


Platforms: *nix

License: Freeware Size: 71.68 KB Download (141): Quick Image Viewer Download

Added: September 08, 2010 | Visits: 1.585

Quick and Dirty Sync Quick and Dirty Sync tries to make two directories the same by comparing files sizes and copying new or changed files across in both directions, meaning you dont need to supply a "from" and "to" directory. Quick and Dirty Sync project works for local and (some) FTP directories. Your mileage may...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (97): Quick and Dirty Sync Download

Added: September 12, 2010 | Visits: 2.086

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: November 20, 2010 | Visits: 1.917

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: May 16, 2010 | Visits: 818

geelauncher Quick and dirty perl script to allow you to log directly into games via GDM, making sure you have the maximum RAM and CPU time for the game. It uses a simple XML config file to control its various options, and supports controlling driver settings for Nvidia cards. See the README for more info..


Platforms: *nix

License: Freeware Size: 10.24 KB Download (97): geelauncher 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.522

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

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

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: March 09, 2010 | Visits: 1.286

Quick and Dirty Transcoder Quick and Dirty Transcoder provides a simple shell script that adds transcoding support to Amarok using gstreamer. The only prerequisites are that you have gstreamer installed and the appropriate plugins. Quick and Dirty Transcoder works with transcoding when copying files to a media player...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (99): Quick and Dirty Transcoder Download

Added: January 01, 2010 | Visits: 1.468

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

< 1 2 3 4 5 >