gem
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 39
gems 1.1
gems is a project that shows a console session in several terminals in real time. more>>
gems is a project that shows a console session in several terminals in real time.
The gems system is a client/server application that allows you to show a single console session in different computers or terminals in real time.
It can also be used to transmit any other kind of data to more than one computer at the same time.
Commands to compile and install gems from sources
To compile:
$ make
To install (as root):
# make install
To uninstall (as root):
# make uninstall
<<lessThe gems system is a client/server application that allows you to show a single console session in different computers or terminals in real time.
It can also be used to transmit any other kind of data to more than one computer at the same time.
Commands to compile and install gems from sources
To compile:
$ make
To install (as root):
# make install
To uninstall (as root):
# make uninstall
Download (0.44MB)
Added: 2006-11-02 License: GPL (GNU General Public License) Price:
1096 downloads
Gem Drop X 0.9
Gem Drop X is a fast-paced puzzle game where its your job to clear the screen of gems before they squash you! more>>
Gem Drop X is a fast-paced puzzle game where its your job to clear the screen of gems before they squash you! (Youre at the bottom, theyre at the top, and they keep coming!)
Gem Drop X was directly ported from the original GemDrop for the Atari 8-bit, which was based on "Magical Drop III" by SNK.
You grab gems (up to 10) of the same color and use them to knock more gems off the screen. Match 3 or more of the same color in a column and >BAM!< they explode! Any adjacent gems of the same color also explode, causing a chain reaction that might cover the entire screen!
The more gems that disappear with one shot, the higher the score you get!
Main features:
- Special objects, which help (or hinder) you on the way. Activate them by including them in a match:
Bombs - stop the chain reaction and destory any gems on either side and above and blow it.
Wildcards - cause more chain reactions with adjacent pieces.
Stopwatches - freezes the gems so no more appear from the top for a few seconds, giving you precious time with which to clear more of the screen!
- Progressive levels. More gems when you start, and less time before new ones appear.
- Expert levels. Levels 15 to 20 have twice as many different colored gems as levels 1 to 14, making it even more difficult to get matches!
- Play with keyboard, joystick, or mouse.
- Beautiful graphics, most 3D rendered
- Stereo music and sound effects.
- Includes source code for both Gem Drop X (in C, using libSDL), as well as the original "Gem Drop" code (in Action!, for the Atari 8bit)!
<<lessGem Drop X was directly ported from the original GemDrop for the Atari 8-bit, which was based on "Magical Drop III" by SNK.
You grab gems (up to 10) of the same color and use them to knock more gems off the screen. Match 3 or more of the same color in a column and >BAM!< they explode! Any adjacent gems of the same color also explode, causing a chain reaction that might cover the entire screen!
The more gems that disappear with one shot, the higher the score you get!
Main features:
- Special objects, which help (or hinder) you on the way. Activate them by including them in a match:
Bombs - stop the chain reaction and destory any gems on either side and above and blow it.
Wildcards - cause more chain reactions with adjacent pieces.
Stopwatches - freezes the gems so no more appear from the top for a few seconds, giving you precious time with which to clear more of the screen!
- Progressive levels. More gems when you start, and less time before new ones appear.
- Expert levels. Levels 15 to 20 have twice as many different colored gems as levels 1 to 14, making it even more difficult to get matches!
- Play with keyboard, joystick, or mouse.
- Beautiful graphics, most 3D rendered
- Stereo music and sound effects.
- Includes source code for both Gem Drop X (in C, using libSDL), as well as the original "Gem Drop" code (in Action!, for the Atari 8bit)!
Download (0.86MB)
Added: 2005-08-17 License: Freeware Price:
1532 downloads
RubyGems 0.8.11
RubyGems is the premier ruby packaging system. more>>
RubyGems is the premier ruby packaging system.
It provides:
- A standard format for destributing Ruby programs and libraries.
- An easy to use tool for managing the installation of gem packages.
- A gem server utility for serving gems from any machine where RubyGems is installed.
RubyGems Benefits
Using RubyGems, you can:
- download and install Ruby libraries easily
- not worry about libraries A and B depending on different versions of library C
- easily remove libraries you no longer use
- have power and control over your Ruby platform!
Main features:
- Easy Installation and removal of RubyGems packages and their dependents.
- Management and control of local packages
- Package dependency management
- Query, search and list local and remote packages
- Multiple version support for installed packages
- Web-based interface to view the documentation for your installed gems
- Easy to use interface for building gem packages
- Simple server for distributing your own gem packages
<<lessIt provides:
- A standard format for destributing Ruby programs and libraries.
- An easy to use tool for managing the installation of gem packages.
- A gem server utility for serving gems from any machine where RubyGems is installed.
RubyGems Benefits
Using RubyGems, you can:
- download and install Ruby libraries easily
- not worry about libraries A and B depending on different versions of library C
- easily remove libraries you no longer use
- have power and control over your Ruby platform!
Main features:
- Easy Installation and removal of RubyGems packages and their dependents.
- Management and control of local packages
- Package dependency management
- Query, search and list local and remote packages
- Multiple version support for installed packages
- Web-based interface to view the documentation for your installed gems
- Easy to use interface for building gem packages
- Simple server for distributing your own gem packages
Download (0.15MB)
Added: 2005-09-23 License: GPL (GNU General Public License) Price:
1493 downloads
Gemhun 20040529
Gemhun is a puzzle game in which you have to group gems/stones together to get rid of them. more>>
Gemhun is a puzzle game in which you have to group gems/stones together to get rid of them.
Gemhun is a game in which the player groups together gems or stones of a chosen amount which will then disappear. It features many different game modes, and supports themes and network play.
It is inspired by Frozen Bubble, Tetris, and some other games.
<<lessGemhun is a game in which the player groups together gems or stones of a chosen amount which will then disappear. It features many different game modes, and supports themes and network play.
It is inspired by Frozen Bubble, Tetris, and some other games.
Download (MB)
Added: 2006-12-20 License: GPL (GNU General Public License) Price:
1038 downloads
Gem to rpm converter 0.5.1
Gem to rpm converter creates an RPM spec file from a Ruby gem. more>>
Gem to rpm converter creates an RPM spec file from a Ruby gem. The project uses the gem metadata to fill out most of the information needed for building an RPM containing the gem.
Usage:
Run gem2rpm --help for options
At its simplest, download a gem (lets call that file GEM) and run
gem2rpm $GEM
This will print an rpm spec file based on the information contained in the gems spec file. In general, it is necessary to edit the generated spec file because the gem is missing some important information that is customarily provided in rpms, most notably the license and the changelog.
Rather than editing the generated specfile, edit the template from which the specfile is generated. This will make it easier to update the RPM when a new version of the Gem becomes available.
To support this process, it is recommended to first save the default template somewhere:
gem2rpm -T > rubygem-GEM.spec.template
Now, edit the template and then run gem2rpm to generate the spec file using the edited template:
gem2rpm -t rubygem-GEM.spec.template > rubygem-GEM.spec
With that, you can now build your RPM as ususal. When a new version of the gem becomes available, you should edit the saved template and rerun gem2rpm over it.
Template Details:
The template is a standard erb file; there are three main variables available in the template file:
format - The Gem::Format for the gem
spec - The Gem::Specification for the gem (the same as format.spec)
Conventions:
A typical source RPM for a gem should consist of three files: the gem file itself, the template for the spec file and the spec file. To ensure that the template will be included in the source RPM, it must be listed as one of the sources in the spec file.
The resulting rpms should follow the naming convention rubygem-$GEM where GEM is the name of the packaged gem. The default template also makes sure that the resulting package provides ruby($GEM), according to general packaging conventions for scripting languages
<<lessUsage:
Run gem2rpm --help for options
At its simplest, download a gem (lets call that file GEM) and run
gem2rpm $GEM
This will print an rpm spec file based on the information contained in the gems spec file. In general, it is necessary to edit the generated spec file because the gem is missing some important information that is customarily provided in rpms, most notably the license and the changelog.
Rather than editing the generated specfile, edit the template from which the specfile is generated. This will make it easier to update the RPM when a new version of the Gem becomes available.
To support this process, it is recommended to first save the default template somewhere:
gem2rpm -T > rubygem-GEM.spec.template
Now, edit the template and then run gem2rpm to generate the spec file using the edited template:
gem2rpm -t rubygem-GEM.spec.template > rubygem-GEM.spec
With that, you can now build your RPM as ususal. When a new version of the gem becomes available, you should edit the saved template and rerun gem2rpm over it.
Template Details:
The template is a standard erb file; there are three main variables available in the template file:
format - The Gem::Format for the gem
spec - The Gem::Specification for the gem (the same as format.spec)
Conventions:
A typical source RPM for a gem should consist of three files: the gem file itself, the template for the spec file and the spec file. To ensure that the template will be included in the source RPM, it must be listed as one of the sources in the spec file.
The resulting rpms should follow the naming convention rubygem-$GEM where GEM is the name of the packaged gem. The default template also makes sure that the resulting package provides ruby($GEM), according to general packaging conventions for scripting languages
Download (0.009MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
832 downloads
Gweled 0.7
Gweled is a port of Bejeweled/Diamond Mine. more>>
Gweled is a Gnome version of a popular PalmOS/Windows/Java game called "Bejeweled" or "Diamond Mine".
The aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems. The game ends when there are no possible moves left.
Main features:
- exact same gameplay as the commercial versions
- SVG original graphics
- smooth animations (well not always smooth)
Enhancements:
- It has sound, it saves prefs.
<<lessThe aim of the game is to make alignment of 3 or more gems, both vertically or horizontally by swapping adjacent gems. The game ends when there are no possible moves left.
Main features:
- exact same gameplay as the commercial versions
- SVG original graphics
- smooth animations (well not always smooth)
Enhancements:
- It has sound, it saves prefs.
Download (0.16MB)
Added: 2005-10-03 License: GPL (GNU General Public License) Price:
1484 downloads
rdigikam 0.2
rdigikam is a flickr like interface to Digikam. more>>
rdigikam is a flickr like interface to Digikam.
Main features:
- tags navigation
- album navigation
- date navigation with a calendar page
- cool iPhoto like zooming effect
To install follow these steps:
as root, you need to run:
gem install sqlite3-ruby
gem install rmagick
gem install calendar_grid
calendar_grid can be found here http://rubyforge.org/frs/?group_id=786
Once youve got all that installed:
uncompress the tarball, that should give you another tarball and a bash script script
run the script ./setup.sh as normal user
Ok now youre almost done:
edit the file rdigikam/app/helpers/application_helper.rb
edit the two variables on top. You might have something like:
@rdigikampath="/home/user/rdigikam-0.1/rdigikam" if you uncompressed the original tarball in your home.
and @mydigikampath="/home/user/Pictures"
Usage:
cd rdigikam
script/server
then open your browser to http://localhost:3000/tags
Enhancements:
- small UI improvement on Mozilla, now the tag list appear below the two navigation thumbs just like in konq
<<lessMain features:
- tags navigation
- album navigation
- date navigation with a calendar page
- cool iPhoto like zooming effect
To install follow these steps:
as root, you need to run:
gem install sqlite3-ruby
gem install rmagick
gem install calendar_grid
calendar_grid can be found here http://rubyforge.org/frs/?group_id=786
Once youve got all that installed:
uncompress the tarball, that should give you another tarball and a bash script script
run the script ./setup.sh as normal user
Ok now youre almost done:
edit the file rdigikam/app/helpers/application_helper.rb
edit the two variables on top. You might have something like:
@rdigikampath="/home/user/rdigikam-0.1/rdigikam" if you uncompressed the original tarball in your home.
and @mydigikampath="/home/user/Pictures"
Usage:
cd rdigikam
script/server
then open your browser to http://localhost:3000/tags
Enhancements:
- small UI improvement on Mozilla, now the tag list appear below the two navigation thumbs just like in konq
Download (0.068MB)
Added: 2006-09-03 License: GPL (GNU General Public License) Price:
1146 downloads
Ruben 0.3
Ruben provides Maven 2.x plugins for Ruby builds. more>>
Ruben provides Maven 2.x plugins for Ruby builds. It currently provides the bare basics for building Ruby classes with Maven 2.x.
Ruben project runs Ruby Unit Tests and fails builds if the unit tests do not pass. It also does dependency resolution, but this does not include transitive dependencies (so you will need to include every dependency in the pom.xml file) nor does it include downloading from a remote repo.
Enhancements:
- This is a minor release that includes transitive dependency resolution and gem packaging support.
<<lessRuben project runs Ruby Unit Tests and fails builds if the unit tests do not pass. It also does dependency resolution, but this does not include transitive dependencies (so you will need to include every dependency in the pom.xml file) nor does it include downloading from a remote repo.
Enhancements:
- This is a minor release that includes transitive dependency resolution and gem packaging support.
Download (0.010MB)
Added: 2006-08-29 License: The Apache License 2.0 Price:
663 downloads
Net::Amazon::S3 0.1.0
Net::Amazon::S3 is a simple, easy to use, pure Ruby implementation of the Amazon S3 REST API. more>>
Net::Amazon::S3 is a simple, easy to use, pure Ruby implementation of the Amazon S3 REST API.
The project aims to provide a more Rubyish interface to the S3 API than other libraries and has no non-Ruby dependencies, so it’s completely platform-independent.
The easiest way to install Net::Amazon::S3 is via RubyGems:
gem install net-amazon-s3
<<lessThe project aims to provide a more Rubyish interface to the S3 API than other libraries and has no non-Ruby dependencies, so it’s completely platform-independent.
The easiest way to install Net::Amazon::S3 is via RubyGems:
gem install net-amazon-s3
Download (0.010MB)
Added: 2006-11-28 License: BSD License Price:
1060 downloads
Snes9X 1.5
Snes9X is a Super Nintendo Entertainment System emulator. more>>
Snes9X is a Super Nintendo Entertainment System emulator.
Snes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator.
It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.
Main features:
- ability to save in any location of the game, despite how the game was designed its amazingly useful when you dont want to redo the same level over and over.
- built-in peripherals. This is anything from multi-taps, to super scopes, to cheat devices.
- ability to rip sprites and music for your own personal use
- easier to organize and no stacks of cartridges that scare off non-nerdish women.
- filters can be used to enhance graphics on old games.
Snes9x is the result of well over three years worth of part-time hacking, coding, recoding, debugging, divorce, etc. (just kidding about the divorce bit). Snes9x is coded in C++, with three assembler CPU emulation cores on the i386 Linux and Windows ports.
Currently there are many ports of Snes9x available, please check the download page to see if a port exists for your system.
Enhancements:
- Pseudo-hires rendering flush, Old 2xsai endian fix
- Added oops auto-snapshot support
- Anomies control remapping patch
- Support for IPS patches in the zip file
- Config file for Unix/X11 and Unix/SVGA
- Rewrote the renderer. Enjoy!
- Add support for saner directory structures under Unix
- Added 4-point gaussian interpolation and proper envelopes.
- Speed adjustment of C++ Super FX emulation.
- Removed some game specific hacks.
- dded partial Satellaview (BS) emulation.
- dded the Katakana font for onscreen messages.
- Updated JMA to v1
- Fixed JMA options in config
- Removed --with(out)-asmcpu option in config because the i386 assembler CPU core is out of date.
- Changed the default settings in config.
- Ported Snes9x to AMD64.
- Completed DSP-1 code.
- Updated DSP-3 and DSP-4 code.
- Fixed a lot of bugs.
<<lessSnes9x is a portable, freeware Super Nintendo Entertainment System (SNES) emulator.
It basically allows you to play most games designed for the SNES and Super Famicom Nintendo game systems on your PC or Workstation; which includes some real gems that were only ever released in Japan.
Main features:
- ability to save in any location of the game, despite how the game was designed its amazingly useful when you dont want to redo the same level over and over.
- built-in peripherals. This is anything from multi-taps, to super scopes, to cheat devices.
- ability to rip sprites and music for your own personal use
- easier to organize and no stacks of cartridges that scare off non-nerdish women.
- filters can be used to enhance graphics on old games.
Snes9x is the result of well over three years worth of part-time hacking, coding, recoding, debugging, divorce, etc. (just kidding about the divorce bit). Snes9x is coded in C++, with three assembler CPU emulation cores on the i386 Linux and Windows ports.
Currently there are many ports of Snes9x available, please check the download page to see if a port exists for your system.
Enhancements:
- Pseudo-hires rendering flush, Old 2xsai endian fix
- Added oops auto-snapshot support
- Anomies control remapping patch
- Support for IPS patches in the zip file
- Config file for Unix/X11 and Unix/SVGA
- Rewrote the renderer. Enjoy!
- Add support for saner directory structures under Unix
- Added 4-point gaussian interpolation and proper envelopes.
- Speed adjustment of C++ Super FX emulation.
- Removed some game specific hacks.
- dded partial Satellaview (BS) emulation.
- dded the Katakana font for onscreen messages.
- Updated JMA to v1
- Fixed JMA options in config
- Removed --with(out)-asmcpu option in config because the i386 assembler CPU core is out of date.
- Changed the default settings in config.
- Ported Snes9x to AMD64.
- Completed DSP-1 code.
- Updated DSP-3 and DSP-4 code.
- Fixed a lot of bugs.
Download (0.51MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1286 downloads
Facter 1.3.7
Facter is a cross-platform Ruby library for retrieving facts from operating systems. more>>
Facter is a cross-platform Ruby library for retrieving facts from operating systems. Supports multiple resolution mechanisms, any of which can be restricted to working only on certain operating systems or environments.
Facter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys.
It is easy to extend Facter to include your own custom facts or to include additional mechanisms for retrieving facts.
Installation:
Run ruby install.rb or use one of the distributed gem files at http://reductivelabs.com/downloads/gems .
install.rb should successfully install; let me know if it doesnt.
Otherwise, you can just set RUBYLIB to contain its lib directory, or copy the libs into your main ruby library directory.
<<lessFacter is especially useful for retrieving things like operating system names, IP addresses, MAC addresses, and SSH keys.
It is easy to extend Facter to include your own custom facts or to include additional mechanisms for retrieving facts.
Installation:
Run ruby install.rb or use one of the distributed gem files at http://reductivelabs.com/downloads/gems .
install.rb should successfully install; let me know if it doesnt.
Otherwise, you can just set RUBYLIB to contain its lib directory, or copy the libs into your main ruby library directory.
Download (0.018MB)
Added: 2007-03-22 License: GPL (GNU General Public License) Price:
947 downloads
Yet Another Time Machine 0.4
Yet Another Time Machine is a command line Ogg Vorbis and MPEG audio player. more>>
Yet Another Time Machine is a command line Ogg Vorbis and MPEG audio player with the ability to control the tempo of playback without changing the pitch.
Primary usage would be to listen (for example) to audio books at 150% tempo. This is still understandable and saves time, hence the name of the program.
The following audio encoding formats are supported:
- Ogg Vorbis
- Ogg Speex
- MPEG
- All formats supported by libsndfile (FLAC, WAV, AIFF, ...)
Enhancements:
- Version 0.4 adds support for libsndfile.
- There is also an undocumented gem, you can use < and > to slow down or speed up by 10%, and hitting SPACE can be used to pause playback.
<<lessPrimary usage would be to listen (for example) to audio books at 150% tempo. This is still understandable and saves time, hence the name of the program.
The following audio encoding formats are supported:
- Ogg Vorbis
- Ogg Speex
- MPEG
- All formats supported by libsndfile (FLAC, WAV, AIFF, ...)
Enhancements:
- Version 0.4 adds support for libsndfile.
- There is also an undocumented gem, you can use < and > to slow down or speed up by 10%, and hitting SPACE can be used to pause playback.
Download (0.17MB)
Added: 2005-11-07 License: GPL (GNU General Public License) Price:
1446 downloads
Bumpmap 2.04
Bumpmap plug-in uses the algorithm described by John Schlag, Fast Embossing Effects on Raster Image Data. more>>
Bumpmap plug-in uses the algorithm described by John Schlag, "Fast Embossing Effects on Raster Image Data in Graphics Gems IV (ISBN 0-12-336155-9).
Bumpmap takes an image to be applied as a bump map to another image, producing a nice embossing effect.
<<lessBumpmap takes an image to be applied as a bump map to another image, producing a nice embossing effect.
Download (0.046MB)
Added: 2006-09-21 License: Perl Artistic License Price:
1128 downloads
EasySok 0.3.5
EasySok project is a sokoban game for KDE. more>>
EasySok project is a sokoban game for KDE3.
In sokoban you are a warehouse keeper which has to push gems on their goals. The problem is, that the keeper can only push one gem and there are walls which stand in his way.
Sokoban was originally invented in 1982 by Hiroyuki Imabayashi at the Japanese company Thinking Rabbit, Inc. Sokoban has a (relatively) small, but very active group of fans around the world, which permanently create new levels and sokoban programs, so its unlikely that youll run out of new material.
If you dont use KDE3, just look at the link section, to find programs which are supported on your favorite platform (there are versions for Windows, Mac, PalmPilot, DOS and several Java programs, so you should find a program which you can use).
Main features:
- Playable with mouse or keyboard (or both).
- Automatically saves the last attempt for each map and all solutions.
- The best solutions for each level can be send to a highscore server and compared with the solutions of other users. The solutions are compared by the minimum number of pushes, the minimum number of linear pushes, the minimum number of gem changes and the minimum number of moves.
- A retro mode. In this mode you play the game backwards, starting from the end position. This allows you to quickly determine, in which order you have to push the gems on the goals.
- Saving and loading of games, level collections and solutions.
- A map editor, which lets you create your own maps and collections. It has also very limited support for auto generation of maps.
- Export a map as an image.
- Export a game either as an MNG-animation.
- An easy way to find duplicate maps.
- Annotation of solutions.
- Bookmarks for fast switching between games. You can also import your old KSokoban bookmarks.
- Unlimited undo/redo.
- You can let your moves be played.
- You can optimize your solutions for the number of moves or pushes made. This can also be done automatically for you.
- A basic solver (its not really clear, if this is a feature or a misfeature).
- You can change the look of the game by themes (currently the number of themes is really quite small).
- You can let the game honor dead fields (which are fields, where no gem should ever be positioned, because it cannot be moved to a goal from there). Depending on the theme, this dead fields are also marked. You have to try it, to really appreciate it!
- You can also let the programm show you all valid gem pushes.
- Its highly configurable.
Enhancements:
- Fixed configuration of toolbar.
- Made toolbar hidable.
- Updated admin dir to kde3.3 version.
<<lessIn sokoban you are a warehouse keeper which has to push gems on their goals. The problem is, that the keeper can only push one gem and there are walls which stand in his way.
Sokoban was originally invented in 1982 by Hiroyuki Imabayashi at the Japanese company Thinking Rabbit, Inc. Sokoban has a (relatively) small, but very active group of fans around the world, which permanently create new levels and sokoban programs, so its unlikely that youll run out of new material.
If you dont use KDE3, just look at the link section, to find programs which are supported on your favorite platform (there are versions for Windows, Mac, PalmPilot, DOS and several Java programs, so you should find a program which you can use).
Main features:
- Playable with mouse or keyboard (or both).
- Automatically saves the last attempt for each map and all solutions.
- The best solutions for each level can be send to a highscore server and compared with the solutions of other users. The solutions are compared by the minimum number of pushes, the minimum number of linear pushes, the minimum number of gem changes and the minimum number of moves.
- A retro mode. In this mode you play the game backwards, starting from the end position. This allows you to quickly determine, in which order you have to push the gems on the goals.
- Saving and loading of games, level collections and solutions.
- A map editor, which lets you create your own maps and collections. It has also very limited support for auto generation of maps.
- Export a map as an image.
- Export a game either as an MNG-animation.
- An easy way to find duplicate maps.
- Annotation of solutions.
- Bookmarks for fast switching between games. You can also import your old KSokoban bookmarks.
- Unlimited undo/redo.
- You can let your moves be played.
- You can optimize your solutions for the number of moves or pushes made. This can also be done automatically for you.
- A basic solver (its not really clear, if this is a feature or a misfeature).
- You can change the look of the game by themes (currently the number of themes is really quite small).
- You can let the game honor dead fields (which are fields, where no gem should ever be positioned, because it cannot be moved to a goal from there). Depending on the theme, this dead fields are also marked. You have to try it, to really appreciate it!
- You can also let the programm show you all valid gem pushes.
- Its highly configurable.
Enhancements:
- Fixed configuration of toolbar.
- Made toolbar hidable.
- Updated admin dir to kde3.3 version.
Download (MB)
Added: 2006-12-21 License: GPL (GNU General Public License) Price:
1038 downloads
Angry, Drunken Dwarves 1.0.1
Angry, Drunken Dwarves is a funny puzzle game for Linux. more>>
In Angry, Drunken Dwarves, you are an angry, drunken dwarf. Why are you so angry? Who knows. But youve decided to take your aggression out on other dwarves, by dropping gems on their heads.
Lots of gems. Angry, Drunken Dwarves is a member of the classic "falling blocks" puzzle game family, similar to the Capcom game Puzzle Fighter.
The goal of the game is to build large gems by matching up colors, then break them, raining more gems down onto your opponent. The first person whose field fills up, loses.
Angry, Drunken Dwarves runs on all major operating systems. It has seven playable characters, six levels of AI, secret game modes and characters, and an original soundtrack.
<<lessLots of gems. Angry, Drunken Dwarves is a member of the classic "falling blocks" puzzle game family, similar to the Capcom game Puzzle Fighter.
The goal of the game is to build large gems by matching up colors, then break them, raining more gems down onto your opponent. The first person whose field fills up, loses.
Angry, Drunken Dwarves runs on all major operating systems. It has seven playable characters, six levels of AI, secret game modes and characters, and an original soundtrack.
Download (5.1MB)
Added: 2006-01-13 License: GPL (GNU General Public License) Price:
1380 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above gem search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed