Main > Free Download Search >

Free knights software for linux

knights

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17
Unmass 0.9

Unmass 0.9


Unmass program can extract files from those big game files, which are in fact archives. more>>
Unmass program can extract files from those big game files, which are in fact archives. Most of the extracted files can be viewed through any graphic viewer, but some are in special game formats, which can be usually viewed through Biturn (above).
Here is a list of supported games:
- Crismon Land
- Baldurs Gate 2
- Civilization 4
- Doom (WADs)
- Duke Nukem 3D (not working yet)
- Dune 2
- Etherlords 2 (no data viewers available though)
- Final Fantasy 7
- Final Fantasy 8
- Flashpoint
- Knights of Xentar (no data viewers available though)
- Metal Gear Solid (DARs)
- Moorhuhn 2 & 3
- Megaman Legends
- Oni
- Operation Flashpoint
- Princess Maker 2 (no data viewers available though)
- Quake 1
- RollCage (no data viewers available though)
- Swine
- Unreal Tournament umods
- Virtua Fighter bitmaps
- MEA exes
- some economy file format
<<less
Download (0.38MB)
Added: 2007-07-27 License: GPL (GNU General Public License) Price:
821 downloads
Emacs Chess 2.0b6

Emacs Chess 2.0b6


Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and f more>>
Emacs Chess is an object-oriented library written in Elisp for manipulating chess objects (games, plies, positions, etc.), and for displaying them.
Main features:
- Emacs Chess is also an object-oriented library for manipulating chess objects (games, plies, positions, etc), and for displaying them. It supports a wide range of engine objects to use as move sources. This what allows chess.el to act as a chess client.
- chess-announce.el announces your opponents moves verbally, such as "knight takes at f4"provided you have "festival" installed.
- chess-sound.el is similar to chess-announce, but uses specific WAV files for each sound used. It takes up much more disk space, but is nicer to listen to. Available in English only at the moment.
- chess-irc.el provides a tiny IRC bot, allowing you to play games over IRC so long as your opponent enters moves in short algebraic notation. If they dont have chess.el, all they need is a regular chessboard, and a knowledge of SAN (short alegebraic notation).
- chess-ics.el lets you to play on Internet Chess Servers, using chess.el as your chessboard display (which means chess-announce works with it, etc). It has only been tested with FICS so far.
- chess-crafty.el, chess-gnuchess.el and chess-phalanx.el let you play against the Crafty, Gnuchess and Phalanx engines.
- chess-random.el will create Fischer Random positions to play against. Note that this feature only really works against opponents who are also using chess.el. Simply type "S" in the chessboard display buffer to setup a Fischer Random starting position.
- chess-network.el lets you play against other chess.el users directly, over a single open port on the server side. To be a server, you must have "netcat" installed, or be using Emacs 21.3 or higher (which supports server side network sockets). To be a client, all you need is Emacs 21.1 or higher.
- chess-link.el lets you tie two engines together, so that events from one are responded to by events from another. This can let you run a chess bot on your computer over any of the transport, or you can use it to pit two computer chess engines against each other.
- chess.el can even export chessboard display to other X servers, allowing you to play against people in your meeting room, even if they dont have Emacs installed!
Enhancements:
- This maintenance release includes several bugfixes.
<<less
Download (0.38MB)
Added: 2007-04-24 License: GPL (GNU General Public License) Price:
545 downloads
DOFUS 1.18.1

DOFUS 1.18.1


DOFUS is a popular masive multiplayer RPG online game. more>>
DOFUS is a popular masive multiplayer RPG online game.

Story:

A long time ago....

.. a dragon named Bolgrot arrived in the eternal Province of Amakna. The young Rykke Errel was the only one to be courageous enough to face the terrible creature.
Instead of reducing him to dust as it could easily have done it, the dragon bowed down before the young knight and swore loyalty to him.

Months passed by...

Rykke met Helsephine, a young enchantress, and fell madly in love with her. When he introduced Helsephine to Bolgrot, Rykke would never have guessed what was about to happen.
The dragon, mad with rage, killed the sweet Helsephine and flew away, destroying everything on its way.
Rykke chased the dragon. When he found it, the old friends confronted each other in a titanic fight. Using his weapons and his magic, Rykke succeeded to bring Bolgrot down. But fatally injured, the young hero died short after.

Looking for an explanation...

... about the sudden violence of Bolgrot, the wise men of Amakna discovered within the entrails of the dragon six unusually colored eggs that were called DOFUS. Later on, it was discovered that when these eggs were reunited their power was absolute.

Absolute, but also unstable. The wise men decided to conceal those terrible relics from the rest of the world.

During the following centuries,

the secret of the existence of the DOFUS was so well kept that people eventually forgot all about them. But a cursed day among others, the guardians of the secret discovered that the DOFUS had disappeared. The news quickly spread, arousing terror and covetousness.

It didnt take long for adventurers to show up in Amakna, attracted by the prospect of glory or plunder. The destiny of Amakna was from then on uncertain and the appearance of numerous creatures as terrifying as theyre unknown added to the confusion.
<<less
Added: 2007-04-23 License: Freeware Price:
1615 downloads
Test::Cmd 1.05

Test::Cmd 1.05


Test::Cmd is a Perl module for portable testing of commands and scripts. more>>
Test::Cmd is a Perl module for portable testing of commands and scripts.

SYNOPSIS

use Test::Cmd;

$test = Test::Cmd->new(prog => program_or_script_to_test,
interpreter => script_interpreter,
string => identifier_string,
workdir => ,
subdir => dir,
match_sub => $code_ref,
verbose => 1);

$test->verbose(1);

$test->prog(program_or_script_to_test);

$test->basename(@suffixlist);

$test->interpreter(script_interpreter);

$test->string(identifier string);

$test->workdir(prefix);

$test->workpath(subdir, file);

$test->subdir(subdir, ...);
$test->subdir([sub, dir], ...);

$test->write(file, read($contents, [subdir, file]);
$test->read(@lines, [subdir, file]);

$test->writable(dir);
$test->writable(dir, $rwflag);
$test->writable(dir, $rwflag, %errors);

$test->preserve(condition, ...);

$test->cleanup(condition);

$test->run(prog => program_or_script_to_test,
interpreter => script_interpreter,
chdir => dir, args => arguments, stdin => pass(condition, &func);

$test->fail(condition);
$test->fail(condition, &func);
$test->fail(condition, &func, $caller);

$test->no_result(condition);
$test->no_result(condition, &func);
$test->no_result(condition, &func, $caller);

$test->stdout;
$test->stdout($run_number);

$test->stderr;
$test->stderr($run_number);

$test->match(@lines, @matches);
$test->match($lines, $matches);

$test->match_exact(@lines, @matches);
$test->match_exact($lines, $matches);

$test->match_regex(@lines, @regexes);
$test->match_regex($lines, $regexes);

$test->diff_exact(@lines, @matches, @output);
$test->diff_exact($lines, $matches, @output);

$test->diff_regex(@lines, @regexes, @output);
$test->diff_regex($lines, $regexes, @output);

sub func {
my ($self, $lines, $matches) = @_;
# code to match $lines and $matches
}
$test->match_sub(&func);
$test->match_sub(sub { code to match $_[1] and $_[2] });

$test->here;

The Test::Cmd module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system.

The Test::Cmd module makes no assumptions about what constitutes a successful or failed test. Attempting to read a file that doesnt exist, for example, may or may not be an error, depending on the software being tested.

Consequently, no Test::Cmd methods (including the new() method) exit, die or throw any other sorts of exceptions (but they all do return useful error indications). Exceptions or other error status should be handled by a higher layer: a subclass of Test::Cmd, or another testing framework such as the Test or Test::Simple Perl modules, or by the test itself.
(That said, see the Test::Cmd::Common module if you want a similar module that provides exception handling, either to use directly in your own tests, or as an example of how to use Test::Cmd.)

In addition to running tests and evaluating conditions, the Test::Cmd module manages and cleans up one or more temporary workspace directories, and provides methods for creating files and directories in those workspace directories from in-line data (that is, here-documents), allowing tests to be completely self-contained. When used in conjunction with another testing framework, the Test::Cmd module can function as a fixture (common startup code for multiple tests) for simple management of command execution and temporary workspaces.

The Test::Cmd module inherits File::Spec methods (file_name_is_absolute(), catfile(), etc.) to support writing tests portably across a variety of operating and file systems.

A Test::Cmd environment object is created via the usual invocation:

$test = Test::Cmd->new();

Arguments to the Test::Cmd::new method are keyword-value pairs that may be used to initialize the object, typically by invoking the same-named method as the keyword.

<<less
Download (0.030MB)
Added: 2007-02-23 License: Perl Artistic License Price:
978 downloads
PVKII Linux Server Patch 1.1 Beta

PVKII Linux Server Patch 1.1 Beta


PVKII Linux Server is a dedicated server package for PVKII game. more>>
PVKII Linux Server is a dedicated server package for PVKII game. This is for hosting a dedicated server not for playing!

PVKII is a Halflife 2 Modification based on 3 teams from times past locked in a never-ending battle for wealth, dominance and power.

Pirates, Vikings & Knights II pits each team against one another in a variety of different scenarios enabling a varied, strategic, and fun gameplay. Each team has its overall strengths and weaknesses, as well as each member within those teams contributing special abilities for the success or failure of each goal.

Cooperation will lead you to victory and glory!

They will battle in territories familiar to them such as Medieval Castles, European Villages, Winter Landscapes, Grassy Plains, Sea Vessels, Catacombs, Sea Ports and more!

Immerse yourself in the PVKII world!
<<less
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
984 downloads
PVKII Linux Server 1.1 Beta

PVKII Linux Server 1.1 Beta


PVKII Linux Server is a dedicated server package for PVKII game. more>>
PVKII Linux Server is a dedicated server package for PVKII game. This is for hosting a dedicated server not for playing!

PVKII is a Halflife 2 Modification based on 3 teams from times past locked in a never-ending battle for wealth, dominance and power.

Pirates, Vikings & Knights II pits each team against one another in a variety of different scenarios enabling a varied, strategic, and fun gameplay. Each team has its overall strengths and weaknesses, as well as each member within those teams contributing special abilities for the success or failure of each goal.

Cooperation will lead you to victory and glory!

They will battle in territories familiar to them such as Medieval Castles, European Villages, Winter Landscapes, Grassy Plains, Sea Vessels, Catacombs, Sea Ports and more!

Immerse yourself in the PVKII world!
<<less
Download (MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
981 downloads
VDB Janus Chess 1.06

VDB Janus Chess 1.06


VDB Janus Chess is a chess game with a slight variation. more>>
VDB Janus Chess project is a chess game with a slight variation.

The table is 10x8 instead of 8x8 and every person has one additional piece, the Janus, which can move like a bishop and a knight.

This game is really an extension of ordinary chess. Both player have one additional piece, called Janus. The Janus can move like a knight and a bishop together, it also looks like a combination of knight and bishop.

At the beginning the Janus is located between knight and rock. There are two Janusses for every player so the field extends to 10x8. The Janus is the only piece that is able to checkmate the other king alone. All other rules are identically to chess.

Most of the interface is self-explanatory. But there are some points that should be explained.

If you play against the computer and want to take back your last move, it is easier to chose "Move - Last own". This returns to your last own move.

This program supports "Lazy drag and drop". If you press the middle button of your mouse, the icon is glued to the mouse pointer. You drop the icon with another click on the middle mouse button.

<<less
Download (0.62MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
Abura Tan 0.A11

Abura Tan 0.A11


Abura Tan is a Rogue-like adventure game. more>>
Abura Tan project is a Rogue-like adventure game.
Abura Tan is a Rogue-like adventure game of cowboy knights and lurking horror.
AburaTanisan adventure game and a dungeon crawl. Your task is to buildupacharacterthroughadventureandto ultimately save the world.Its that simple.
Permanentdeath(permadeath) is an important feature of Abura Tan. Ifyour character dies during the course of your adventure you will not havetheoptiontoreload at an earlier point.
Because the gameplay balanceaccounts for permadeath,backing up saved games will spoil the game for you and is therefore not recommended.
Asthegameisstillin mid-stages of development you may find it somewhat lacking a purpose. There is currently no way to win.
Here are some TIPS for "Abura Tan":
- Enter the sewers near your starting location and try to delve as deeply as possible.
- Try out each character class to see which one you like most.
- Locate a town, on the surface level of Texarkana.
- Chat with the locals, or start a fight to inherit some items.
- Try chatting with non-humans too. (Certain skills may help here.)
- Try to find a kaleidoscope and apply it!
Enhancements:
- Levels are no longer discrete.
- Melee and ranged combat has been rebalanced.
- New classes, monsters, and items have been added.
- Many tweaks were made to the user interface, and many minor bugs were fixed.
<<less
Download (MB)
Added: 2007-01-08 License: GPL (GNU General Public License) Price:
1022 downloads
Underworld Online 7.7.5

Underworld Online 7.7.5


Underworld Online is a Fantasy MMORPG - Combats, Magic, Weapons, Spells, Guilds, Buildings. more>>
Underworld Online is a Fantasy MMORPG - Combats, Magic, Weapons, Spells, Guilds, Buildings.

A castle is being taken over by an army of monsters. In this graphical fantasy MMORPG you can either fight and try to save the reign, or you can join the evil forces. Combats, Magic, Weapons, Spells, Guilds, Buildings, Buy/Sell.

You play immediately with your browser, no download nor registration required. Has music and sound. Invite your friends to help you!

Introduction:

During the past centuries, the Reign of Graiel has known a prosperous life of richness and well-being.

Months ago, the King died in mysterious circumstances and his daughter, Asia the princess, run into severe illness. Things turned dramatically worse when the princess, hanging around the castle dungeons, found some ancient magic books, filled with forgotten formulas written with human blood.

Rumours around say that Asia, excited by her curiosity, read with loud voice a few phrases from that evil books, capable of awakening the lost souls from the Land of the Dead. Magic words pronounced by her have would have opened a dimensional breach, letting obscure creatures lurking in the never ending Darkness to reach out to our World.

Now, the Castle of Graiel is totally under control of evil creatures with enormous power. Asia the princess lives locked in her bedroom, captured by the monsters which are now planning their raise and conquer of the whole Reign.
Many brave knights have dead trying to defeat the creatures.

Take this challenge, stranger, save us, and become a King!
<<less
Download (0.053MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
1039 downloads
gsQuery 0.1.1

gsQuery 0.1.1


gsQuery project is a PHP library that can query various game servers. more>>
gsQuery project is a PHP library that can query various game servers.
It allows you to query various game servers for things like number of players, the players itself, current map, etc. It also includes a ready to use example for non-PHP-aware people.
Games supported by "gsQuery":
- Unreal Tournamnet and most mods (gameSpy)
- Unreal Tournamnet 200x and most mods (gameSpy)
- Battlefield 1942 and most mods (gameSpy)
- Halflife and most Mods (hlife)
- Americas Army (armyGame)
- Quake 3 and some Mods (q3a)
- Star Trek: Elite Force (q3a)
- Medal of Honor Allied Assault (q3a)
- MoHAA: Spearhead/Breakthrough (mohs)
- Return to Castle Wolfenstein (q3a)
- Vietkong (vietkong)
- Rainbow Six: Raven Shield (rvnshld)
- Call of Duty (q3a)
- Battlefield Vietnam (gameSpyQ)
- Quake 2 and most mods (q2)
- Kingpin (q2)
- Sin (q2)
- Farcry (farCry)
- IGI2: Covert Strike (igi2)
- Jedi Knight 3 (q3a)
- Solider of Fortune 2 (sof2)
- Far Cry (farCry)
- Quake 2 (q2)
- Kingpin (q2)
- Heretic 2 (q2)
- Halo (halo)
- Deus Ex (deuxEX)
- Doom 3 (d3)
- Halflife 2 (hlife2)
- CS:Source (hlife2)
- Savage: The Battle For Newerth (savage)
- StarWars BattleFront (gameSpy)
- And probably more
<<less
Download (0.90MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1071 downloads
Defend the Kingdom 0.1

Defend the Kingdom 0.1


Defend the Kingdom project is a real-time strategy based game. more>>
Defend the Kingdom project is a real-time strategy based game.

Defend The Kingdom, or Defender for short, is a real time strategy game dedicated to the fantastic world of LARP.

Its goals include the ability to build and control a complete fantasy world (with towns, poeple, etc.), control armies of knights and creatures to fight against your strongest enemies, gain power and resources by trading with your friends, and many more.

<<less
Download (1.9MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1076 downloads
BMUD 0.5

BMUD 0.5


BMUD project is a GNOME mud client. more>>
BMUD project is a GNOME mud client.
Its a GNOME/gtk+ mud client designed to make muds more enjoyable.
Enhancements:
- Aliases (thanks Dan Tenner)
- New networking code (thanks Robert Hansen)
- Internationalization/localization (I think...)
- New preferences dialog
- Lots of fixes for compatability with muds, like
- the is appended as per rfc854 (Thanks David Knight)
- handles escape codes that dont end in m (Thanks Stephan Gtter)
- Lots of code cleanup
- Lots of bug fixes
- Connection wizard is now buttons (click on which mud you want
<<less
Download (0.20MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
KnightFight 2

KnightFight 2


KnightFight is a Java-based game in which you, the Bronze Knight, must take on the Black Knight in battle. more>>
KnightFight is a Java-based game in which you, the Bronze Knight, must take on the Black Knight in battle. Complete with goofy Pythonesque sound clips, it is intended as a parody of Street Fighter/Mortal Kombat-type games.

KnightFight is a fun game which I made in a period of three days. KnightFight project was intended as a joke, as evident from the goofy sound clips and lousy graphics, but I found it to be fun and addictive, so I released it. I may release a better-designed sequel in the future.

<<less
Download (1.1MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1231 downloads
cons 2.2.0

cons 2.2.0


CONS is a replaceement for make. more>>
CONS is a replaceement for make.

Do you use Makefiles for your project? Have you ever done a "make clean; make all" just because you didnt know if the files you changed would be rebuilt correctly?

Or perhaps you work on several machines accessing an NFS server, and if their clocks arent in sync, make wont know to rebuild things? Well, welcome to a new and better way to control the building of your projects.

It is not compatible with make, but it has a number of powerful capabilities not found in other software construction systems, including make.

CONS is implemented in Perl. You dont need to know Perl to use CONS, although you can use it more powerfully if you do.

<<less
Download (0.19MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1234 downloads
Chess Training Tools 1.2.14

Chess Training Tools 1.2.14


Chess Training Tools is a collection of chess training tools. more>>
Chess Training Tools is a collection of chess training tools. It includes a chess visualization trainer that teaches chess visualization by drilling you on the color of a particular square, and also on your ability to tell if two squares are the same color, if two (or three) squares are on the same diagonal, if two squares are a knight move apart, or if two squares are two knight moves apart.
This is a program that I wrote for my own use to improve my chess visualization ability. I decided to share it with other players, since I believe they can benefit from it. It basically helps you remember what color the squares are, how the pieces move, and so on, all in your head.
It does so by posing you various excercises that, if practiced every day, will let you visualize positions without the aid of a board.
I use this tool every day. You may want to use it the way I do, or you could develop your own method of training. I work my way through the panels, doing 20 of each excercise. I proceed Color->Same Color->Diagonal 2->Diagonal 3->Knight->Knight 2->Mate.
Then, after all of that I play a game against Vince. Start slow, by either lagging the display by one ply, or by blanking out one quadrant. Work your way up to the 7 ply and four quadrants.
Enhancements:
- This release added undo, or move takeback to the PlayTest ("Vince").
<<less
Download (0.016MB)
Added: 2006-05-03 License: GPL (GNU General Public License) Price:
1275 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2