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

Delicious Game software
Filter: All | Freeware | Demo
 

Delicious Game

< 1 2 3 4 5 > 
Released: September 11, 2006  |  Added: November 11, 2006 | Visits: 8.756

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

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

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

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

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

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

Released: October 20, 2008  |  Added: October 24, 2008 | Visits: 1.924

Annas Ice Cream Help Anna show her kind uncle that he doesn't need to sell his life's dream - Ice Cream Island - to his cruel competitors when he retires. Run an ice cream paradise on a beautiful tropical island with six ice cream bars located in different amusement areas and challenge your entrepreneurial...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 22.51 MB Download (147): Annas Ice Cream Download

Released: June 13, 2011  |  Added: June 25, 2011 | Visits: 2.096

Large Delicious Icons Large Delicious Icons represent a free icon collection well-suited for all sorts of blogs and web pages. The pack delivers lots of variations for a well-known delicious symbol. The icon pack comes in sizes 16x16, 24x24, 32x32, 48x48, 128x128 and in specially created, extra large sizes of...


Platforms: OS/2, Windows, Mac, *nix, Windows CE, Pocket PC, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Palm OS 6.0,Handheld/Mobile Other,Java

License: Freeware Size: 1.49 MB Download (134): Large Delicious Icons Download

Added: January 18, 2010 | Visits: 1.027

Net::Delicious::Iterator Net::Delicious::Iterator is an iterator class for Net::Delicious thingies. SYNOPSIS use Net::Delicious::Iterator; my @dates = ({...},{...}); my $it = Net::Delicious::Iterator->new("Date",@dates); while (my $d = $it->next()) { # Do stuff with $d here } NOTES It isnt really expected...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (101): Net::Delicious::Iterator Download

Added: January 18, 2010 | Visits: 1.147

Net::Delicious::Constants::Config Net::Delicious::Constants::Config are constant variables for Net::Delicious default configs. SYNOPSIS use Net::Delicious::Constants qw (:config) __top Constant variables for Net::Delicious default configs..


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::Delicious::Constants::Config Download

Added: January 18, 2010 | Visits: 1.519

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: September 13, 2010 | Visits: 1.639

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: July 21, 2010 | Visits: 1.560

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

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

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

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

Added: September 08, 2010 | Visits: 1.250

Lightweight Java Game Library Lightweight Java Game Library project is a native binding to OpenGL and OpenAL. The Lightweight Java Game Library is a native binding for OpenGL and OpenAL written with game developers in mind. It allows the full OpenGL and OpenAL APIs to be exposed without the penalties associated with...


Platforms: *nix

License: Freeware Download (118): Lightweight Java Game Library Download

Added: May 02, 2010 | Visits: 955

game build game is a simple Tetris-like game. The objective of the game is to keep the level of colored blocks down as long as possible. New blocks are falling down at an increasing rate, blocks can be removed by creating rows of three or more blocks of the same color. The longer the row, the more...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (97): game build Download

Added: February 18, 2010 | Visits: 1.025

Epiphany Game Epiphany project is a multiplatform clone of the game Boulderdash. It is written entirely in C++, using Clanlib as its graphic library. The player must collect all valuable minerals scattered in levels, while avoiding being hit by a falling boulder or a bomb..


Platforms: *nix

License: Freeware Size: 1.4 MB Download (106): Epiphany Game Download

Added: June 20, 2010 | Visits: 946

delicious python delicious python lets you access the Web service of del.icio.us via its API through Python. It uses only the standard Python library an is written in same language. Installation instructions: download and unzip run as root from unzipped directory python setup.py install run python and load...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): delicious python Download

< 1 2 3 4 5 >