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

Rhythm Music Games freeware
Filter: All | Freeware | Demo
 

Rhythm Music Games

< 1 2 3 4 5 > 
Released: November 06, 2008  |  Added: November 18, 2008 | Visits: 4.896

BearShare Music BearShare Music is a free files sharing software that helps you download all your favorite tunes from its infinite community. It uses latest technology for file sharing, and getting your desired music files will be easier than ever, downloading your files at maximum speed. The main goals of...



Platforms: Windows

License: Freeware Size: 2.56 MB Download (323): BearShare Music Download

Released: January 04, 2009  |  Added: January 07, 2009 | Visits: 1.533

FoxArc Music Desk FoxArc Music Desk is an application that lets you create your personal music & photo album with attractive 3D windows interface. with Foxarc Music Desk, you can gather all your favorite music into a digital album easily. You will feel like using real tools to manage and play music. you can also...





Platforms: Windows

License: Freeware Size: 2.02 MB Download (669): FoxArc Music Desk 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: May 14, 2010 | Visits: 1.602

Gnome Simple Stateful Music Player Gnome Simple Stateful Music Player (GSSMP) is a music player designed to work with the GNOME desktop environment. It does not store a database of all your music, but is designed to work with music files organised into directories. It is small, unobtrusive, and tries to do what you would expect,...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (104): Gnome Simple Stateful Music Player 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: July 24, 2010 | Visits: 2.401

PHP music player controller PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist. Apache needs to run as the same user that...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): PHP music player controller Download

Added: March 26, 2010 | Visits: 1.217

Music::Scales Music::Scales can supply necessary notes / offsets for musical scales. SYNOPSIS use Music::Scales; my @maj = get_scale_notes(Eb); # defaults to major print join(" ",@maj); # "Eb F G Ab Bb C D" my @blues = get_scale_nums(bl); # bl,blu,blue,blues print join(" ",@blues); # "0 3 5 6 7 10"...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (111): Music::Scales Download

Added: February 03, 2010 | Visits: 2.247

Cowbell Music Organizer Cowbell Music Organizer is an elegant music organizer intended to make keeping your collection tidy both fun and easy. Do you ever pull your hair out trying to hand-edit all your tags with some arcane editor? Tell your inner OCD to take a hike because Cowbell is coming into town. Cowbell is...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (212): Cowbell Music Organizer Download

Added: September 25, 2010 | Visits: 2.145

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

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

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

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

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

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: September 07, 2010 | Visits: 1.759

mCube Music Manager mCube Music Manager project is a digital music manager. The target is to let user manage and choose music to listen with the comfort and feeling of browsing physical compact disc and with the power of computer aided search, sort and categorization..


Platforms: *nix

License: Freeware Size: 9.4 MB Download (120): mCube Music Manager Download

Added: February 26, 2010 | Visits: 1.586

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: January 01, 2010 | Visits: 1.466

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

Added: August 11, 2010 | Visits: 1.558

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

< 1 2 3 4 5 >