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

Color Cubes Games freeware
Filter: All | Freeware | Demo
 

Color Cubes Games

< 1 2 3 4 5 
Added: January 24, 2010 | Visits: 1.688

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize...



Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

Added: March 21, 2010 | Visits: 2.045

Games::Goban Games::Goban is a board for playing go, renju, othello, etc. SYNOPSIS use Games::Goban; my $board = new Games::Goban ( size => 19, game => "go", white => "Seigen, Go", black => "Minoru, Kitani", referee => &Games::Goban::Rules::Go, ); $board->move("pd"); $board->move("dd"); print...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (170): Games::Goban Download

Added: August 19, 2008 | Visits: 1.426

NDIR color directory lister This program is a color directory lister with many options. In addition to the standard file-display options, it also offers special display options to (a)Display drive summaries for all disk drives in your system, (b) Display a complete, recursive directory tree that shows summary information...


Platforms: Windows, DOS

License: Freeware Size: 126 KB Download (168): NDIR color directory lister 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: August 18, 2008 | Visits: 1.134

Athens 2004 Olympic Games ScreenSaver Athens 2004 Olympic Games hightlights in amazing slideshow with automatic desktop wallpaper changer will bring you into the center of the Olympic Cyclone. The true spirit of the Olympic Games will surround you with the Athens 2004 Olympic Games screensaver. It has never been easier before to feel...


Platforms: Windows

License: Freeware Size: 4.96 MB Download (158): Athens 2004 Olympic Games ScreenSaver Download

Added: January 25, 2010 | Visits: 1.582

Color Schemer Galleria The Color Schemer Galleria widget gives you access to over 1,000 color schemes from the Color Schemer Gallery, right from your Dashboard.Browse color schemes, find inspiration, and copy your favorite color values to the clipboard to use them in your own designs. Can give you Hex values as well.


Platforms: Mac

License: Freeware Size: 41 KB Download (157): Color Schemer Galleria Download

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

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

Added: August 12, 2008 | Visits: 1.326

MSN Font Color Editor Choose the font color you like for your MSN from 32-bit true colors. Tired of MSNls fixed font colors? Use this tiny application to change it to the color you love. It is easy and fun to use. You may need to restart MSN for the changes to take place.


Platforms: Windows

License: Freeware Size: 341 KB Download (155): MSN Font Color Editor Download

Added: June 24, 2010 | Visits: 1.033

Color Label Color Label is a service menu for KDE based on Color Folder 0.3.4 by HessiJames. HowTo: Extract all files and copy colorlabel into /usr/bin/... perhaps you need to make it executable chmod 755 /usr/bin/colorlabel copy colorlabel.desktop to...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (154): Color Label Download

Added: August 15, 2008 | Visits: 1.890

Wacker Art RGB Color Mixer With the Wacker Art RGB Color Mixer applet it is possible to define the RGB values of a selected color. The color can be defined with 7 sliders or with a random function.The program requires a browser with Java Plugin 1.4.2.The applet comes with a html page, that can be loaded in the browser to...


Platforms: Windows, *nix

License: Freeware Size: 29 KB Download (154): Wacker Art RGB Color Mixer Download

Added: June 08, 2006 | Visits: 3.545

Excessively Free Internet Games Excessively is a comprehensive online game collection. There is no signup process or complicated steps to get started, and no charges...just a simple way to play Internet games for free! Action, adventure, arcade, casino, fighting, humor, puzzles, racing, retro, shooting, sports, strategy games,...


Platforms: Windows

License: Freeware Size: 1.29 MB Download (153): Excessively Free Internet Games Download

Added: January 18, 2010 | Visits: 1.971

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

Released: September 21, 2012  |  Added: October 15, 2012 | Visits: 1.367

Free Color Picker Automatically grabbing color and save it as a different format. Free Color Picker is easy-to-use eyedropper software: Clip color list can be saved in 40 colors And retained in the software the next time you open Grabbing color with a variety of color formats, including...


Platforms: Windows

License: Freeware Size: 1.32 MB Download (134): Free Color Picker Download

Added: August 06, 2008 | Visits: 1.207

DHTML Games Phong, Brick, Earthquake, Tetris and more DHTML games scripts to use on your website. These scripts illustrate the power of DHTML, study the best ones to improve your own DHTML programming.


Platforms: Windows

License: Freeware Download (134): DHTML Games Download

Added: June 14, 2010 | Visits: 1.145

Games::AlphaBeta::Reversi Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. SYNOPSIS package My::Reversi; use base qw(Games::AlphaBeta::Reversi); # implement drawing routine sub draw { ... } package main; use My::Reversi; use Games::AlphaBeta; my ($p, $g); $p =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (132): Games::AlphaBeta::Reversi Download

Added: August 19, 2008 | Visits: 1.626

Math Games Level 1 Math Games Level 1 teaches addition and multiplication with numbers from 1 to 12. Using the mouse, a student can select the values to calculate. Then, he or she clicks on the "Ask Me" button and lets the robot do the calculation and report the result. The game window can be maximized to make it...


Platforms: Windows

License: Freeware Size: 1.15 MB Download (131): Math Games Level 1 Download

Added: July 04, 2010 | Visits: 1.487

Gridlock Gridlock is a collection of 30 grid-based strategy board games for Linux, including Ataxx, Reversi, Checkers, Gomoku, Connect Four, and more. They are individually described in the "Games" section. After launching the application, the game window will appear. Select the game you want to play...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (130): Gridlock Download

Added: August 03, 2008 | Visits: 1.663

Free Popcap Games Screensaver There is hardly a person today who have not heard anything about PopCap games. With this free PopCap games screensaver you will enjoy most popular free PopCap web games right on your desktop absolutely free. Download it now!


Platforms: Windows

License: Freeware Size: 2.87 KB Download (130): Free Popcap Games Screensaver Download

Added: January 25, 2010 | Visits: 968

ICC Color Profiles for QuarkXPress 7 An ICC profile defines the range of colors that a particular device can reproduce. A profile might describe a particular make of four-color press, a particular type of color inkjet printer, or a particular monitor. You can use ICC profiles in conjunction with QuarkXPress 7 to achieve more...


Platforms: Mac

License: Freeware Size: 3.6 MB Download (129): ICC Color Profiles for QuarkXPress 7 Download

Added: October 06, 2010 | Visits: 1.504

Color::Scheme Color::Scheme is a module used to generate pleasant color schemes. This module is a Perl implementation of Color Schemes 2, a color scheme generator. Start by visitng the Color Schemes 2 web site and playing with the colors. When you want to generate those schemes on the fly, begin using this...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (127): Color::Scheme Download

< 1 2 3 4 5