queens
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 6
Gamazons 0.83
Gamazons is a Gnome implementation of the Amazons board game. more>>
Amazons is a game played on a 10x10 chess board. Each side has four pieces (amazons) that move like chess queens (in a straight line in any direction). Instead of capturing pieces like in chess, the game is determined based on who moves last.
Each move consists of two parts. First an amazon moves to a new square and then fires an arrow to another square (the arrow is fired in a straight line in any direction from the square the amazon landed on).
The square the arrow lands on becomes a permenant block for the rest of the game. No one can move over it, or fire an arrow over it. Every turn an amazon must move and fire an arrow, so every turn there is one less square available on the board. Try and block in your opponent or section off a good chunk of the board for yourself.
This is a Gnome 2 app, so that must be installed on your system for it to work. Other than that, from the main directory, type "./configure" to generate the necessary makefiles. Then make, make install to compile and install the game. Then type gamazons to start the game.
Note: Ive heard reports of the ./configure erroring out on RH8 with the following message:
checking for libgnomeui-2.0... Package libgnomeui-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeui-2.0.pc to the PKG_CONFIG_PATH environment variable
No package libgnomeui-2.0 found
This problem can be fixed by installing the libgnomeui-devel-2.0.3-3 RPM file.
You can set the player settings from the settings->player menu. You can set it to play AI vs AI or whatever you like.
However, I do have a few default option overrides. For instance, when you get near the end of the game and you dont feel like brainlessly moving a bunch of pieces that are already blocked off into their own areas, you can click on "Auto Finish" which will set both players as AI with a 1 second think time. Also, if you get a little tired of waiting for the AI to move (perhaps you set the time to think too long), you can click on the Force Move button and make him move right then.
Things that arent implemented yet are the network and help menus. Also the undo button doesnt do anything yet (although Ive pretty much got the framework to do it).
<<lessEach move consists of two parts. First an amazon moves to a new square and then fires an arrow to another square (the arrow is fired in a straight line in any direction from the square the amazon landed on).
The square the arrow lands on becomes a permenant block for the rest of the game. No one can move over it, or fire an arrow over it. Every turn an amazon must move and fire an arrow, so every turn there is one less square available on the board. Try and block in your opponent or section off a good chunk of the board for yourself.
This is a Gnome 2 app, so that must be installed on your system for it to work. Other than that, from the main directory, type "./configure" to generate the necessary makefiles. Then make, make install to compile and install the game. Then type gamazons to start the game.
Note: Ive heard reports of the ./configure erroring out on RH8 with the following message:
checking for libgnomeui-2.0... Package libgnomeui-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeui-2.0.pc to the PKG_CONFIG_PATH environment variable
No package libgnomeui-2.0 found
This problem can be fixed by installing the libgnomeui-devel-2.0.3-3 RPM file.
You can set the player settings from the settings->player menu. You can set it to play AI vs AI or whatever you like.
However, I do have a few default option overrides. For instance, when you get near the end of the game and you dont feel like brainlessly moving a bunch of pieces that are already blocked off into their own areas, you can click on "Auto Finish" which will set both players as AI with a 1 second think time. Also, if you get a little tired of waiting for the AI to move (perhaps you set the time to think too long), you can click on the Force Move button and make him move right then.
Things that arent implemented yet are the network and help menus. Also the undo button doesnt do anything yet (although Ive pretty much got the framework to do it).
Download (0.25MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1556 downloads
FreeDoko 0.7.4
FreeDoko is a Doppelkopf-game. more>>
FreeDoko is a Doppelkopf-game, written by Borg Enders and Diether Knof. It is developed under and for the platforms Linux and Windows.
The game is still under developement, but since some time playable.
The game Doppelkopf is a card game for four or more Players. One game will be played by four players.
Doppelkopf originates probably from the mostly in south germany played game Schafkopf. Its name comes from the double (in German: Doppel) existence of each Card (Doppel-Schafkopf). Meanwhile Doppelkopf is played in whole germany, but mainly in north germany and the region of Rhein and Main.
Doppelkopf is a card game with 48 cards and at least 4 players. It is not unlike the card game Skat. Doppelkopf is played with two normal Skat packs of cards (each has 32 cards) without sevens and eights. Here the players with the club queens are playing together. So there are while playing often new pairs.
Doppelkopf is like Skat a game which depends on the skills of each player. This guarantees a exciting and varied game event.
<<lessThe game is still under developement, but since some time playable.
The game Doppelkopf is a card game for four or more Players. One game will be played by four players.
Doppelkopf originates probably from the mostly in south germany played game Schafkopf. Its name comes from the double (in German: Doppel) existence of each Card (Doppel-Schafkopf). Meanwhile Doppelkopf is played in whole germany, but mainly in north germany and the region of Rhein and Main.
Doppelkopf is a card game with 48 cards and at least 4 players. It is not unlike the card game Skat. Doppelkopf is played with two normal Skat packs of cards (each has 32 cards) without sevens and eights. Here the players with the club queens are playing together. So there are while playing often new pairs.
Doppelkopf is like Skat a game which depends on the skills of each player. This guarantees a exciting and varied game event.
Download (7.2MB)
Added: 2006-12-30 License: GPL (GNU General Public License) Price:
1035 downloads
Zoem 07-205
Zoem is a macro/programming language. more>>
Zoem is a macro/programming language. Zoem project can be used as an all-round macro language, but has more specialized uses as well.
One such specific use is its support for creating small mark-up languages that map to different devices. It has character filtering capabilities tailored to this application.
Two such languages come packaged with zoem; one for creating manual pages that can be output either in troff or in HTML, the other for creating FAQs again in either troff or HTML output.
It supports arithmetic evaluation, regular expressions, multidimensional data storage, iteration, comprehensive IO, control operators, dictionary stacks, system commands, and more.
Enhancements:
- Zoem is now licensed under the GNU General Public License version 3 (or later).
- The bottom user dictionary functions as a global namespace, and syntax exists to access this global namespace directly.
- A macro set#3 was added that provides the modalities of existing set variants (optional warning and expansion) as well as additional modalities.
- The primitive done was reimplemented as throw{done} and throw{done} can be be used to cleanly cut processing in a variety of ways.
- Two example solutions to the N-queen problem illustrate various zoem capabilities.
<<lessOne such specific use is its support for creating small mark-up languages that map to different devices. It has character filtering capabilities tailored to this application.
Two such languages come packaged with zoem; one for creating manual pages that can be output either in troff or in HTML, the other for creating FAQs again in either troff or HTML output.
It supports arithmetic evaluation, regular expressions, multidimensional data storage, iteration, comprehensive IO, control operators, dictionary stacks, system commands, and more.
Enhancements:
- Zoem is now licensed under the GNU General Public License version 3 (or later).
- The bottom user dictionary functions as a global namespace, and syntax exists to access this global namespace directly.
- A macro set#3 was added that provides the modalities of existing set variants (optional warning and expansion) as well as additional modalities.
- The primitive done was reimplemented as throw{done} and throw{done} can be be used to cleanly cut processing in a variety of ways.
- Two example solutions to the N-queen problem illustrate various zoem capabilities.
Download (0.49MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
822 downloads
AudioTT 1.4.2
AudioTT is ID3 tag editor, which is FREE to use. more>>
AudioTT is ID3 tag editor, which is FREE to use.
AudioTT supports both ID3 tags (ID3v1 and ID3v2). Editing ID3 tags by this application is very easy and saves your time, beacause it allows you to edit a heap of MP3 files at once.
This function is useful especialy for those who own a big collection of MP3s. Imagine that you have a discography of the QUEEN - it means hundreds of MP3 files. It would be silly to edit ID3 tag of each file separately. Therefore you may load the whole dicography to AudioTT, then write QUEEN to the Band item of ID3 tag and press Save/F12.
If you do so, AudioTT will write QUEEN as a Band to all files of your discography. In exactly the same way you may edit all the items of ID3 tag (Year, Album, Pictures, Official web site of the band/artist...).
AudioTT contains a panel, which shows the detailed information of MP3 files. It contains also another panel, which dynamicaly creates statistic for all your MP3s, which are in that moment loaded into AudioTT (Total time, Average time, Average bitrate, Average sampling rate...). If you are not interested in these information, you may simply hide the panels...
Pictures of jpeg, gif and other types represents a form of binary data similar to audio, video or text data. ID3 tag version 2 (ID3v2) has been proposed so it can contain any type of data. Therefore the new version of AudioTT is now able to handle pictures data. It means that AudioTT is now able to store any count of pictures into ID3 tag. Moreover you can specify a picture by selecting a type (Front cover, Band logotype, ...) and inserting an arbitrary comment.
This all is possible to do with a new tool - Pictures manager. It allows you also to export all images to external files (jpeg, png, gif), remove all images from MP3... This all can be done at one mose click! However, dont forget that adding too many images into ID3 tags might rapidly increase size of your MP3 files!
Main features:
- support of MP3 file format
- support of ID3v1 and ID3v2 tags
- support of 39 items of ID3 tag version 2
- full support of "Pictures", "Comments" ...
- ability to read, edit and save hundreds ID3 tags at once
- comprehensive MP3 details panel
- dynamic creation of MP3s statistic
- multilingual
- multi/cross platform
<<lessAudioTT supports both ID3 tags (ID3v1 and ID3v2). Editing ID3 tags by this application is very easy and saves your time, beacause it allows you to edit a heap of MP3 files at once.
This function is useful especialy for those who own a big collection of MP3s. Imagine that you have a discography of the QUEEN - it means hundreds of MP3 files. It would be silly to edit ID3 tag of each file separately. Therefore you may load the whole dicography to AudioTT, then write QUEEN to the Band item of ID3 tag and press Save/F12.
If you do so, AudioTT will write QUEEN as a Band to all files of your discography. In exactly the same way you may edit all the items of ID3 tag (Year, Album, Pictures, Official web site of the band/artist...).
AudioTT contains a panel, which shows the detailed information of MP3 files. It contains also another panel, which dynamicaly creates statistic for all your MP3s, which are in that moment loaded into AudioTT (Total time, Average time, Average bitrate, Average sampling rate...). If you are not interested in these information, you may simply hide the panels...
Pictures of jpeg, gif and other types represents a form of binary data similar to audio, video or text data. ID3 tag version 2 (ID3v2) has been proposed so it can contain any type of data. Therefore the new version of AudioTT is now able to handle pictures data. It means that AudioTT is now able to store any count of pictures into ID3 tag. Moreover you can specify a picture by selecting a type (Front cover, Band logotype, ...) and inserting an arbitrary comment.
This all is possible to do with a new tool - Pictures manager. It allows you also to export all images to external files (jpeg, png, gif), remove all images from MP3... This all can be done at one mose click! However, dont forget that adding too many images into ID3 tags might rapidly increase size of your MP3 files!
Main features:
- support of MP3 file format
- support of ID3v1 and ID3v2 tags
- support of 39 items of ID3 tag version 2
- full support of "Pictures", "Comments" ...
- ability to read, edit and save hundreds ID3 tags at once
- comprehensive MP3 details panel
- dynamic creation of MP3s statistic
- multilingual
- multi/cross platform
Download (0.34MB)
Added: 2006-02-27 License: Freeware Price:
1410 downloads
SVG-cards 2.0.1
SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards. more>>
SVG-cards is a set of playing cards made from pure SVG with all kings, queens, jacks, numbers, jokers, and backs of cards.
You can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on...
You can print them on your color printer and make real cards or T-shirts.
The kings, queens and jacks are based on the french representation, because I find them beautiful. You can access to each either by rendering the file into a pixmap and clipping each card or by using their name with a DOM interface. All cards are inside a SVG group.
Example :
the king of spade is inside this group :
< g id="king_spade" >
...
< /g >
Names are the following :
black_joker
red_joker
back
{king,queen,jack}_{club,diamond,heart,spade}
{1,2,3,4,5,6,7,8,9,10}_{club,diamond,heart,spade}
Examples :
- the ace of club is 1_club
- the queen of diamond is queen_diamond
Enhancements:
- A bug that prevented SVG cards from being displayed in Firefox and Adobe Illustrator was fixed.
<<lessYou can use SVG-cards everywhere you like : Web pages, games, the GNOME desktop, the KDE desktop, and so on...
You can print them on your color printer and make real cards or T-shirts.
The kings, queens and jacks are based on the french representation, because I find them beautiful. You can access to each either by rendering the file into a pixmap and clipping each card or by using their name with a DOM interface. All cards are inside a SVG group.
Example :
the king of spade is inside this group :
< g id="king_spade" >
...
< /g >
Names are the following :
black_joker
red_joker
back
{king,queen,jack}_{club,diamond,heart,spade}
{1,2,3,4,5,6,7,8,9,10}_{club,diamond,heart,spade}
Examples :
- the ace of club is 1_club
- the queen of diamond is queen_diamond
Enhancements:
- A bug that prevented SVG cards from being displayed in Firefox and Adobe Illustrator was fixed.
Download (0.34MB)
Added: 2006-06-30 License: LGPL (GNU Lesser General Public License) Price:
1219 downloads
ScummVM 0.10.0
ScummVM is a cross-platform interpreter for several point-and-click adventure engines. more>>
ScummVM project is a virtual machine for several classic graphical point-and-click adventure games.
It is designed to run: Adventure Softs Simon the Sorcerer 1 and 2; Revolutions Beneath A Steel Sky, Broken Sword 1 and Broken Sword 2; Flight of the Amazon Queen; and games based on LucasArts SCUMM (Script Creation Utility for Maniac Mansion) system.
SCUMM is used for many games, including Monkey Island, Day of the Tentacle, Sam and Max and more. Compatibility with supported games is continually improving, so check back often.
Enhancements:
- This release adds support for a vast number of engines and games, among them all Sierra AGI games like Space Quest I and II, Kings Quest I-III, and a ton of fan-made games.
- Some of the many ports were improved quite nicely, and overall the usual huge number of small fixes, tweaks and improvements were made.
<<lessIt is designed to run: Adventure Softs Simon the Sorcerer 1 and 2; Revolutions Beneath A Steel Sky, Broken Sword 1 and Broken Sword 2; Flight of the Amazon Queen; and games based on LucasArts SCUMM (Script Creation Utility for Maniac Mansion) system.
SCUMM is used for many games, including Monkey Island, Day of the Tentacle, Sam and Max and more. Compatibility with supported games is continually improving, so check back often.
Enhancements:
- This release adds support for a vast number of engines and games, among them all Sierra AGI games like Space Quest I and II, Kings Quest I-III, and a ton of fan-made games.
- Some of the many ports were improved quite nicely, and overall the usual huge number of small fixes, tweaks and improvements were made.
Download (1.3MB)
Added: 2007-06-21 License: LGPL (GNU Lesser General Public License) Price:
863 downloads
Secleted [ 0 ] software to compare
- Page: 1 of 1
- 1
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above queens 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