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

Crypt Raider Game software
Filter: All | Freeware | Demo
 

Crypt Raider Game

< 1 2 3 4 5 > 
Released: February 02, 2006  |  Added: February 21, 2006 | Visits: 3.385

Industryplayer - Business Strategy Game Industryplayer is the ultimate business strategy game. Many players from around the globe compete in real time for market share and profits. You start with a capital of 10 Million $ and are coached by an in-game tutorial. Become a market leader within one sector or the most profitable holding of... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 5.46 MB Download (233): Industryplayer - Business Strategy Game Download

Added: February 17, 2006 | Visits: 2.515

Sacoban online game Sacoban game develop your logic mind. Play sacoban and enjoy it. Sacoban game develop your logic mind. Play sacoban and enjoy Platforms: Windows, Mac

License: Freeware Size: 10 KB Download (115): Sacoban online game Download

Released: September 11, 2006  |  Added: November 11, 2006 | Visits: 8.757

FastCapPro Game Recorder FastCap is a smart PC game recorder to Capture your gameplay and Compress game video and audio on the fly while you are playing them! FastCap will not laggard down your PC much even when you capture at high FPS (Frames per Second). FastCap's video resolution is elective. It can generate... Platforms: Windows

License: Commercial Cost: $29.95 USD Size: 1.24 MB Download (1044): FastCapPro Game Recorder Download

Released: April 23, 2012  |  Added: May 19, 2012 | Visits: 2.269

Web Game Builder Web Game Builder is an innovative tool for game developers to bring games or applications online. It can convert your normal exe games to cool web games. You needn't know Java or Flash, most work can be done in a few minutes by clicking mouse. Web Game Builder will pack the game, then generate... Platforms: Windows

License: Demo Cost: $0.00 USD Size: 3.01 MB Download (180): Web Game Builder Download

Released: June 14, 2008  |  Added: June 18, 2008 | Visits: 1.593

Matching Game Matching Game is the traditional matching game where you flip two cards to see if they match. If they match, they will disappear. Make all the cards disappear to complete a level. Complete 10 levels to win the game! Matching game has two levels of difficulty with an easy level for younger players... Platforms: Windows

License: Shareware Cost: $14.95 USD Size: 2.87 MB Download (118): Matching Game Download

Released: June 20, 2008  |  Added: June 24, 2008 | Visits: 1.703

Andromeda SuDoKu Game Andromeda SuDoKu Game is one of the most amazing, challenging, intriguing, and entertaining puzzles to sweep the world in decades. It has a unique solution that can be reached logically without guess. Fill digits from 1 to 9 into the blank spaces. Every row must contain one of each digit. So must... Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 2.1 MB Download (115): Andromeda SuDoKu Game Download

Released: May 25, 2008  |  Added: June 30, 2008 | Visits: 6.755

Game Key Revealer Game Key Revealer, reveals the CD-Key and Serials for installed games in computer. If you lost legal CD-Keys or Serials of your purchased games, you can find them with Game Key Revealer. Features: - Displays ability over 450 game keys - Save ability to Text or Word (Word XP/2003/2007... Platforms: Windows

License: Freeware Size: 78.73 KB Download (543): Game Key Revealer Download

Added: August 22, 2008 | Visits: 1.360

The Crypt The Crypt is an exciting 3D FPS. In this game you wake up trapped inside a terrifying crypt, and you have to work out your situation to find a way out.Collect all the energy and extra lives you find on the way, because you will definitely need them. Don+t discount anything at all. Using the arrow... Platforms: Windows

License: Freeware Size: 1024 B Download (236): The Crypt Download

Released: January 01, 2023  |  Added: January 05, 2023 | Visits: 3.302

500 Card Game From Special K Software 500 card game from Special K Software. This program plays the popular card game of 500 with the benefits of playing through WINDOWS. You can choose your style of play, as well as customising for local rules and MISERE options. It has animation, and supports all sound cards. Speed and... Platforms: Windows, Windows 7, Windows Server, Other

License: Shareware Cost: $38.00 USD Size: 3.37 MB Download (411): 500 Card Game From Special K Software Download

Added: January 18, 2010 | Visits: 1.520

A Jacks Game A Jacks Game is a real-time game that runs in a Web browser using the AJAX (Asynchronous JavaScript and XML) technology. Multiple users can login in A Jacks Game to explore a common map and earn a common currency as their score. A Jacks Game is free software released under GNU/GPL Open Source... Platforms: *nix

License: Freeware Size: 14.34 KB Download (99): A Jacks Game Download

Added: November 10, 2010 | Visits: 1.338

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: September 13, 2010 | Visits: 1.642

Quick and Dirty Game Development Framework QDGDF stands for Quick and Dirty Game Development Framework, and its a set of libraries designed to allow fast development of games under a variety of systems. Quick and Dirty Game Development Frameworks main goal is to show a platform-independent, consistent interface to UNIX/Linux and MS... Platforms: *nix

License: Freeware Size: 81.92 KB Download (101): Quick and Dirty Game Development Framework Download

Added: April 27, 2010 | Visits: 1.827

Crypt::OpenPGP Crypt::OpenPGP is a Pure-Perl OpenPGP implementation. SYNOPSIS my $pgp = Crypt::OpenPGP->new; my $result = $pgp->handle( Data => $message_body ); my $signature = $pgp->sign( Filename => $file, KeyID => $key_id, Passphrase => $pass, Detach => 1, Armour => 1, ); my $valid =... Platforms: *nix

License: Freeware Size: 97.28 KB Download (121): Crypt::OpenPGP Download

Added: February 19, 2010 | Visits: 1.275

Crypt::OpenPGP::Plaintext Crypt::OpenPGP::Plaintext is a plaintext, literal-data packet. SYNOPSIS use Crypt::OpenPGP::Plaintext; my $pt = Crypt::OpenPGP::Plaintext->new( Data => $data, Filename => $file, ); my $serialized = $pt->save; my $pt = Crypt::OpenPGP::Plaintext->parse($buffer);... Platforms: *nix

License: Freeware Size: 97.28 KB Download (126): Crypt::OpenPGP::Plaintext Download

Added: January 01, 2010 | Visits: 1.247

Crypt::DH Crypt::DH is a Diffie-Hellman key exchange system. SYNOPSIS use Crypt::DH; my $dh = Crypt::DH->new; $dh->g($g); $dh->p($p); ## Generate public and private keys. $dh->generate_keys; $my_pub_key = $dh->pub_key; ## Send $my_pub_key to "other" party, and receive "other" ## public key... Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Crypt::DH Download

Added: April 20, 2010 | Visits: 1.075

Crypt::UnixCrypt_XS Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function. SYNOPSIS use Crypt::UnixCrypt_XS qw/crypt/; my $hashed = crypt( $password, $salt ); use Crypt::UnixCrypt_XS qw/crypt_rounds fold_password base64_to_block block_to_base64 base64_to_int24 int24_to_base64... Platforms: *nix

License: Freeware Size: 27.65 KB Download (120): Crypt::UnixCrypt_XS Download

Added: July 21, 2010 | Visits: 1.562

Chess::Game::MoveList Chess::Game::MoveList is a specialized list class for recording the moves of a Chess::Game. SYNOPSIS $movelist = Chess::Game::MoveList->new("white", "black"); $wpawn = Chess::Game::Pawn->new("e2", "white"); $entry = $movelist->add_move($wpawn, "e2", "e4"); $true = $entry->get_piece() eq... Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game::MoveList Download

Added: November 12, 2010 | Visits: 1.475

Chess::Game Chess::Game is a class to record and validate the moves of a game of chess. SYNOPSIS use Chess::Game; $game = Chess::Game->new(); $clone = $game->clone(); $move = $game->make_move("e2", "e4"); $move_c = $clone->make_move("e2", "e4"); $true = ($move->get_piece() ne $move_c->get_piece());... Platforms: *nix

License: Freeware Size: 21.5 KB Download (125): Chess::Game Download

Added: February 08, 2010 | Visits: 3.413

Acquire Board Game Acquire is a computer version of the classic board game. The goal of the game is to make the most profit by buying stocks in companies that form, merge and grow as tiles are placed on the game board. This program is a text-based version of the game and should be playable on any system with a... Platforms: *nix

License: Freeware Size: 22.53 KB Download (306): Acquire Board Game Download

Added: March 22, 2010 | Visits: 1.211

Yet Another Dungeon-game Yet Another Dungeon-game is a maze (or dungeon) game with a flexible text-based map format and interface plugins. Installation: yad/ $ ./configure yad/ $ make (as per usual) Now, to run it -- The environment variable YAD_MODULES needs to point to the full path of interface/.libs in the... Platforms: *nix

License: Freeware Size: 675.84 KB Download (108): Yet Another Dungeon-game Download

< 1 2 3 4 5 >