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

Mystic Gallery Game software
Filter: All | Freeware | Demo
 

Mystic Gallery Game

< 1 2 3 4 5 
Added: March 15, 2010 | Visits: 2.026

Encaps Gallery Encaps Gallery project is photo album software which supports different skins (html-templates). The design of photo album is based on native PHP and HTML templates. Encaps photo Gallery software has 6 predefined skins. Photo album software back-end demo. Platforms: *nix

License: Freeware Size: 225.28 KB Download (119): Encaps Gallery Download

Added: February 18, 2010 | Visits: 2.403

ES Flash Photo Gallery ES Flash Photo Gallery project provides a way to showcase collections of pictures on your Web site. It features support for an unlimited number of images and thumbnails, the ability to view thumbnail images by scrolling left or right, a preloader for loading images, and an easy way to add... Platforms: *nix

License: Shareware Cost: $15.00 USD Download (113): ES Flash Photo Gallery Download

Added: September 08, 2010 | Visits: 1.254

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: 957

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: August 10, 2010 | Visits: 2.307

My Photo Gallery My Photo Gallery is a Web-based photo gallery that also supports non-image filetypes. It is easy to setup and even easier to maintain. Slick-looking image galleries and thumbnails are generated on the fly from any root directory that you specify. Albums can be created using the included... Platforms: *nix

License: Freeware Size: 122.88 KB Download (154): My Photo Gallery Download

Added: February 18, 2010 | Visits: 1.026

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: May 27, 2010 | Visits: 1.549

game control program game control program project helps administrate game servers, especially automated kicking of players. game control program helps you administrate gameservers (its written for Q1 and Q3, but works for others). It is highly modular and therefore extensible. With the current modules, it can... Platforms: *nix

License: Freeware Size: 860.16 KB Download (100): game control program Download

Added: April 15, 2010 | Visits: 1.615

Infins Picture Gallery Infins Picture Gallery (IPG) is an image gallery system for Web sites that is easy to install, reads all files from a directory set in the config file. Infins Picture Gallery resizes and caches images dynamically, counts the number of times an image is viewed, and allows visitors to comment on... Platforms: *nix

License: Freeware Size: 40.96 KB Download (130): Infins Picture Gallery Download

Added: March 19, 2010 | Visits: 1.837

Game Server Startup Script Game Server Startup Script project is a startup script to manage dedicated game servers like Quake3. Game Server Startup Scripts is a startup script to manage a wide variety of Linux dedicated game servers. It can start/stop/restart/fix dedicated game servers like Quake3, Half Life, Tribes 2,... Platforms: *nix

License: Freeware Size: 14.34 KB Download (190): Game Server Startup Script Download

Added: September 10, 2010 | Visits: 863

Volity::Game Volity::Game is a base class for Volity game modules. SYNOPSIS See Volity::Game::TicTacToe and its source code for a simple but full-featured example. This class provides a framework for writing Volity game modules in Perl. A Volity game module will be a subclass of this class. To turn... Platforms: *nix

License: Freeware Size: 102.4 KB Download (95): Volity::Game Download

Added: May 27, 2010 | Visits: 928

Transcend Game Transcend Game project is a retro-style, abstract, collage-building, musical, shooter game. The graphics are geometrical, and the pace is sometimes frenzied. Two features set Transcend apart from other games. First, its dynamic graphical engine, which can smoothly morph from one complex shape... Platforms: *nix

License: Freeware Size: 1.8 MB Download (99): Transcend Game Download

Added: June 11, 2010 | Visits: 1.635

GTK Photo Gallery GTK Photo Gallery is an album to manage small and medium-sized photograph collections. It is possible to upload images to an online laboratory. It allows quick management by processing multiple files together. Rotate, delete, move, and manage descriptions can be done for all files in one... Platforms: *nix

License: Freeware Size: 184.32 KB Download (124): GTK Photo Gallery Download

Added: March 05, 2010 | Visits: 1.563

Gallery Uploader Gallery Uploader is a Python script that can upload pictures to Web Gallery (only versions 2.0 or above). Gallery Uploader supports multiple galleries. To do it so, you need to save URL, User and Password using the –save option, passing a name to the gallery. You can point to this gallery... Platforms: *nix

License: Freeware Size: 15.36 KB Download (100): Gallery Uploader Download

Released: June 07, 2012  |  Added: June 07, 2012 | Visits: 1.357

Siriel4 game engine Siriel4 game engine project is a game engine for adventure, arcade, maze-like games. The main goal of this engine is to provide tools and scripts for easy game creation. Game creators only write the necessary scenario descriptions for the game in a scripting language (such as Lua) and do not... Platforms: *nix

License: Freeware Size: 645.12 KB Download (105): Siriel4 game engine Download

Added: July 26, 2010 | Visits: 1.298

fastcgi-gallery fastcgi-galleryy is a Web gallery based on Apache::Gallery, but is hacked for usage with Perl FastCGI scripts. Therefore this version is about 10x quicker than Apache::Gallery. With best template system (Template-Toolkit) you can customize your gallery as you wish, for example you can create... Platforms: *nix

License: Freeware Size: 860.16 KB Download (113): fastcgi-gallery Download

Added: October 18, 2010 | Visits: 1.470

Game::Life Game::Life - Plays Conways Game of Life. SYNOPSIS use Game::Life; my $game = new Game::Life( 20 ); my $starting = [ [ 1, 1, 1 ], [ 1, 0, 0 ], [ 0, 1, 0 ] ]; $game->place_points( 10, 10, $starting ); for (1..20) { my $grid = $game->get_grid(); foreach ( @$grid ) { print map { $_ ?... Platforms: *nix

License: Freeware Size: 6.14 KB Download (110): Game::Life Download

Added: July 03, 2010 | Visits: 1.236

minimal Gallery minimal Gallery is an elegant picture gallery system that features a 30 second set-up, highly customizable modular architecture with CSS-based templates and PHP "tags" (functions). Whats New in This Release: - Completely rewritten file parsing code: no more bug where some files werent... Platforms: *nix

License: Freeware Size: 153.6 KB Download (110): minimal Gallery Download

Added: November 04, 2010 | Visits: 1.894

Firefox Companion for Kodak EasyShare Gallery Firefox Companion for Kodak EasyShare Gallery is a Firefox extension that can easily organize and share your pictures. Upload photos directly to your Kodak EasyShare Gallery, all within your browser. Drag, drop and arrange pictures adding photo titles, and create albums by multi-selecting... Platforms: *nix

License: Freeware Size: 215.04 KB Download (148): Firefox Companion for Kodak EasyShare Gallery Download

Added: October 04, 2010 | Visits: 1.136

AxKit::App::Gallery::stylesheets AxKit::App::Gallery works by generating XML, and then passing the generated XML through a collection of stylesheets. The output of one stylesheet is passed on as input to the next. In this way, a pipeline of stylesheets if formed. Some of the stylesheets are written in XSLT, some are written in... Platforms: *nix

License: Freeware Size: 26.62 KB Download (91): AxKit::App::Gallery::stylesheets Download

Added: November 16, 2010 | Visits: 1.139

KoalaMud Game Engine KoalaMud Game Engine project is a multithreaded MUD server. KoalaMud is a MUD source base designed around multithreading and stability. On top of this platform, Shadow of the Wheel is evolving to demonstrate its capabilities. Whats New in This Release: - Tons of new stuff done here. - We... Platforms: *nix

License: Freeware Size: 225.28 KB Download (96): KoalaMud Game Engine Download

< 1 2 3 4 5