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

Gym Brain Games freeware
Filter: All | Freeware | Demo
 

Gym Brain Games

< 1 2 3 4 5 > 
Released: September 04, 2002  |  Added: March 09, 2006 | Visits: 4.793

Pieces of Music Games Pieces of Music Games Version 1.3. This is a package of 3 educational games titled: Music Matching, Music Bingo, and Music Missing. These 3 fun and challenging games teach the names of music symbols. They are fun to play even after the names of the symbols have been learned. Kids love this...




License: Freeware Size: 1.05 MB Download (272): Pieces of Music Games Download

Added: January 11, 2010 | Visits: 2.553

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: August 11, 2008 | Visits: 2.476

123 Free Memory - Card Games Collection 123 FREE Memory Card Games 2003 is a collection of five great Memory games: Ace-To-King, Concentration, Forget-Me-Not, Memory-Up (6x4) and Memory Up (8x5).123 FREE Memory Card Games 2003 features a winning layout, fast game play, rich sounds, extensive options, and quality help.Each game has more...


Platforms: Windows

License: Freeware Size: 1.49 KB Download (231): 123 Free Memory - Card Games Collection Download

Added: August 03, 2008 | Visits: 2.393

123 Free Memory - Free Memory Card Games Collection 123 FREE Memory Card Games 2002 is a collection of five great Memory games: Ace-To-King, Concentration, Forget-Me-Not, Memory-Up (6x4) and Memory Up (8x5).123 FREE Memory Card Games 2002 features a winning layout, fast game play, rich sounds, extensive options, and quality help.Each game has more...


Platforms: Windows

License: Freeware Size: 1.45 MB Download (222): 123 Free Memory - Free Memory Card Games Collection Download

Added: August 23, 2006 | Visits: 4.665

The Magic Seal Puzzle Games The Magic Seal Puzzle Games is collection of fun puzzle games. It includes some little known puzzle games, and some well known ones. There are some twists in the well known ones, giving the games some fresh new dimensions of gameplay


Platforms: Windows

License: Freeware Size: 3.5 MB Download (217): The Magic Seal Puzzle Games Download

Added: June 14, 2010 | Visits: 1.704

Games::Mastermind::Solver::BruteForce Games::Mastermind::Solver::BruteForce is a Master Mind puzzle solver. SYNOPSIS # See Games::Mastermind::Solver Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles. METHODS remaining $number = $player->remaining; The number...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (214): Games::Mastermind::Solver::BruteForce Download

Added: August 15, 2008 | Visits: 1.586

MB Free Brain Test MB Free Brain Test is a simple brain dominance test. This quiz gives a basic idea about which hemisphere of the brain is more dominant, the right or the left or both are being equally used. Both the right brain and the left brain, have a defined set of functions which they perform independent of...


Platforms: Windows

License: Freeware Size: 594 KB Download (207): MB Free Brain Test Download

Added: August 22, 2008 | Visits: 1.204

Brain Tease Brain Tease is a fun and addictive game that works to train your brain and improve mental agility each time. The concept and mechanics are the following:Firstly nine cells appear on-screen, with diverse text in colours. The user has to click on "Start Normal" and read the texts aloud as fast as...


Platforms: Windows

License: Freeware Size: 1024 B Download (195): Brain Tease Download

Added: October 26, 2010 | Visits: 1.749

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (191): Games::Mastermind::Solver Download

Added: August 11, 2010 | Visits: 1.562

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: September 25, 2010 | Visits: 2.153

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: August 28, 2008 | Visits: 2.628

Free Cat Games Play awesome free cat games on your computer! 3 free fun, addicting cat games. These 3 free cat arcade games are totally awesome and fun. Play Cat Baseball, Castle Cat and Cat Tic-Tac-Toe! A must have for all arcade game lovers. Have fun and play for hours!


Platforms: Windows, Windows CE

License: Freeware Size: 1.68 KB Download (181): Free Cat Games Download

Added: January 24, 2010 | Visits: 1.692

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: September 16, 2010 | Visits: 1.409

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 (167): Games::Euchre::Trick Download

Added: August 18, 2008 | Visits: 1.137

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: June 08, 2006 | Visits: 3.548

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: August 04, 2008 | Visits: 1.021

Brain Crash Did you know that your brain is not perfect? Test it now in a fun way and absolutely free. You have to click only on the labels where the color of the text matches the text word e.g. the word red printed in red. Simple, uh? Not so... when you see the word 'Red' printed in Blue, something strange...


Platforms: Windows

License: Freeware Size: 1.46 MB Download (139): Brain Crash Download

Added: January 18, 2010 | Visits: 1.975

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: 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

< 1 2 3 4 5 >