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

Mr Super Games freeware
Filter: All | Freeware | Demo
 

Mr Super Games

< 1 2 3 4 5 > 
Added: July 24, 2006 | Visits: 3.902

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

Released: July 11, 2005  |  Added: May 18, 2006 | Visits: 9.285

Super Mario 3: Mario Forever Super Mario 3 : Mario Forever is really a classic mario remake. Once again you strap on your wrench and hardhat and guide the chubby plumber through many skilfully made levels. The diversity of the levels is very impressive. You will have to get through levels ranging from underwater caverns to...





Platforms: Windows

License: Freeware Size: 25.91 MB Download (2647): Super Mario 3: Mario Forever Download

Added: August 19, 2008 | Visits: 2.186

Super Mario Blue Twilight DX Super Mario Blue Twilight is not another clone of Super Mario. It is without doubt an extended platform game, with many, many details that give it its own character, but without losing the magical essence of Mario games. With Super Mario Blue Twilight you don`t know if you`re playing the real...


Platforms: Windows

License: Freeware Size: 2 KB Download (710): Super Mario Blue Twilight DX Download

Added: August 19, 2008 | Visits: 1.948

Super Mario: Kamek, Magikoopas Revenge Super Mario Bros: Kamek the Majikoopa`s Revenge. Behind this long title hides one of the great games based on Super Mario, Nintendo`s legendary plumber. All the classic console feeling, instantly on your computer.As is usual, you have to guide Mario through numerous levels full of platform...


Platforms: Windows

License: Freeware Size: 1024 B Download (633): Super Mario: Kamek, Magikoopas Revenge Download

Added: August 08, 2008 | Visits: 1.703

Super Mario World Super Mario World is a grand re-edition of the SuperNES classic, Super Mario World, considered the best 2D platform of all time. The gaming style is identical to the original, with faithful graphics, and of course the classic Super Mario soundtrack, immediately recognisable once you hear...


Platforms: Windows

License: Freeware Size: 7 KB Download (1246): Super Mario World Download

Released: March 31, 2015  |  Added: March 30, 2015 | Visits: 11.987

Super MP3 Download Super MP3 Download is easy-to-use software which enables you to fast download over 100 million MP3 for free from the largest download network and unlimitedly listen to music online before you download them. You can try the searched results to decide which one to download. Super MP3 download...


Platforms: Windows, Windows 7

License: Freeware Size: 6.04 MB Download (1038): Super MP3 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: May 11, 2010 | Visits: 2.004

Super Slide Me Super Slide Me is an application to create image galleries. By a user-friendly interface, you can resize and rotate images and make slideshow presentations, eventually with sound in background..


Platforms: *nix

License: Freeware Size: 276.48 KB Download (188): Super Slide Me Download

Added: September 12, 2010 | Visits: 2.090

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

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 (99): Games::Quakeworld::Query 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: 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: 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: July 05, 2010 | Visits: 1.527

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

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

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 (116): comisat Games Collection Download

Added: June 20, 2010 | Visits: 1.154

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

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

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

< 1 2 3 4 5 >