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

Color Cubes Games freeware
Filter: All | Freeware | Demo
 

Color Cubes Games

< 1 2 3 4 5 > 
Added: July 11, 2006 | Visits: 4.153

Pop-a-Color Value Pop-a-Color Value is a simple graphics tool that can be used to get color values when making skins for programs and also creating websites. When looking for html color values, hex color values, or rgb color values, Pop-a-Color Value is convenient when finding and learning color value ranges.



Platforms: Windows

License: Freeware Size: 316 KB Download (688): Pop-a-Color Value Download

Added: September 04, 2006 | Visits: 4.512

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

Added: July 24, 2006 | Visits: 3.899

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: February 26, 2006 | Visits: 6.069

Anry Color Picker A free color picker and color mixing tool, including harmonious color finder; features 5 formats of picked color value (HTML, RGB, HEX, HSB/HSV, HSL), 3x/9x zoom, saving picked color history, RGB & RYB color wheels that display triads and complementary colors, RGB color mixer, optional...


Platforms: Windows

License: Freeware Size: 253 KB Download (616): Anry Color Picker Download

Released: September 25, 2012  |  Added: November 08, 2012 | Visits: 1.792

RGB Color Picker Pick Screen Color Color and use inbuilt Editor to change selected color on your Windows Computer. Seperate RGB values are displayed in the RGB Editor and the software also displays hexadecimal values. RGB Editor is totally compatible with Windows 8, Windows 7 and other Microsoft Windows Versions....


Platforms: Windows

License: Freeware Size: 294.18 KB Download (155): RGB Color Picker Download

Released: July 07, 2009  |  Added: October 11, 2010 | Visits: 5.120

Resistor Color Bands The Resistor Color Bands application was designed to be a simple tool that displays resistor color codes and values. Resistor Color Bands can be used as a learning tool for students studying in electronics.


Platforms: Windows

License: Freeware Size: 1.45 MB Download (1126): Resistor Color Bands 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 27, 2010 | Visits: 1.199

Color::Object Color::Object is a OO-Color Module. A module for manipulation Colors within RGB, HSV and HSL color-spaces for usage within PDF-Documents especially with the Text::PDF::API modules. SYNOPSIS use Color::Object; $cl = Color::Object->new; $cl = Color::Object->newRGB($r,$g,$b); $cl =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (103): Color::Object 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: June 27, 2010 | Visits: 1.217

Imager::Color Imager::Color is a Perl module with color handling for Imager. SYNOPSIS $color = Imager::Color->new($red, $green, $blue); $color = Imager::Color->new($red, $green, $blue, $alpha); $color = Imager::Color->new("#C0C0FF"); # html color specification $color->set($red, $green, $blue);...


Platforms: *nix

License: Freeware Size: 849.92 KB Download (95): Imager::Color Download

Added: June 21, 2010 | Visits: 1.144

Color::Fade Color::Fade provides a Perl extension for fading text colors. Color::Fade uses mathematical formulas to take an input string of virtually any length, and virtually any number of colors, and assign an individual color to each character to fade between each of the input colors. In other words,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Color::Fade 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: February 06, 2010 | Visits: 1.079

Color::Calc Color::Calc provides a module which implements simple calculations with RGB colors. This can be used to create a full color scheme from a few colors. There are three methods to use the calculation functions: You can create an object, import customised functions into your namespace, or you can...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (102): Color::Calc 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: October 12, 2010 | Visits: 1.358

SDL::Color SDL::Color is a SDL perl extension. SYNOPSIS $color = new SDL::Color ( -r => 0xde, -g => 0xad, -b =>c0 ); $color = new SDL::Color -surface => $app, -pixel => $app->pixel($x,$y); $color = new SDL::Color -color => SDL::NewColor(0xff,0xaa,0xdd); SDL::Color is a wrapper for display format...


Platforms: *nix

License: Freeware Size: 215.04 KB Download (98): SDL::Color Download

< 1 2 3 4 5 >