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

Exe Games Downloader freeware
Filter: All | Freeware | Demo
 

Exe Games Downloader

< 1 2 3 4 5 > 
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.477

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

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

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

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: October 26, 2010 | Visits: 1.750

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

Released: October 10, 2014  |  Added: November 06, 2014 | Visits: 1.233

Vbs To Exe Vbs To Exe converts VB-Script files to exe files. Some key features of this application - Visible and invisible applications - Inclusion of additional files, icon and version information - Creation of 32-Bit and 64-Bit EXE files - Commandline interface - Encryption - Support for...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.54 MB Download (188): Vbs To Exe 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.629

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

Released: February 09, 2015  |  Added: April 27, 2015 | Visits: 1.489

Ultra Torrent Downloader Free Ultra Torrent Downloader Free is designed to download files from torrents & more easily and faster than ever. It puts torrent file sharing in a new light by downloading various torrent files including video, music, document, software and many others. You can get access to a most efficient...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 3.34 MB Download (179): Ultra Torrent Downloader Free

Added: January 24, 2010 | Visits: 1.694

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

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

Released: September 21, 2020  |  Added: December 21, 2020 | Visits: 8.270

Advanced BAT to EXE Converter Advanced BAT to EXE Converter has the following unique features: Convert and Compile any batch file to windows executable. Advanced commands including use of Mouse Buttons in batch files. Disable Windows10 QuickEdit mode. Invisible Mode will launch the batch file completely silent. Launch...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 804 KB Download (164): Advanced BAT to EXE Converter Download

Added: August 18, 2008 | Visits: 1.138

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: August 17, 2008 | Visits: 1.207

Exe Vaccine V3 Freeware EXE Vaccine protects your PC by acting as an executable file filter. It attaches to the operating system and filters all executable files, be it .exe .com .dll .drv .sys .dpl etc from all drives and all network shares against a list of files or paths, you, the administrator provide as trusted...


Platforms: Windows

License: Freeware Size: 536 KB Download (157): Exe Vaccine V3 Freeware Download

Added: June 08, 2006 | Visits: 3.549

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

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 >