Main > Free Download Search >

Free romance of the three kingdoms software for linux

romance of the three kingdoms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1101
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
Danger from the Deep 0.3.0.1

Danger from the Deep 0.3.0.1


Danger from the Deep is a World War II german submarine simulation. more>>
Danger from the deep (aka dangerdeep) is a Free / Open Source World War II german submarine simulation.
It is currently available for Linux/i386 and Windows, but since it uses SDL/OpenGL it should be portable to other operating systems or platforms. (If anyone whishes to port it, please contact us.)
This game is planned as tactical simulation and will be as realistic as our time and knowledge of physics allows. Its current state is ALPHA, but it is playable.
If anyone wants to contribute in development, youre welcome, just email the dangerdeep-devel mailing list. Contributing binary packages for various Linux distributions would also be much appreciated.
To get help with the game you should visit our public forum.
The game has support for multiple languages but currently only English, Italian and German are implemented. It is written in C++ with the use of the STL.
Danger from the Deep is released under the GNU General Public License. The project is hosted on SourceForge, a great supporter of the Open Source community.
Main features:
- simple main menu
- user interface (some items missing)
- basic world simulation, night and day
- realistic water and cloud simulation
- one type of destroyer, one battleship, one aircraft carrier, three subs, eight civilian ship types
- steering, firing, diving, periscope use
- free look engine for testing, periscope, UZO (aiming binoculars), bridge view
- console for logging purposes
- basic physics (acceleration, steering, firing)
- basic destroyer AI (follow, throw depth charges)
- simple vehicle preview
- mission parsing via text files, you can create your own custom missions
- tonnage recording
- log book
<<less
Download (8.3MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
536 downloads
Way Of The Warrior: Sons of twilight 5.0

Way Of The Warrior: Sons of twilight 5.0


Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. more>>
Way of The Warrior: Sons of Twilight is a Web-based boardgame of fantasy battle. Like a boardgame, it is turn based and at least 2 players are neeed, but there is no upper limit on the number of players.
Way Of The Warrior: Sons of twilight is fully and easily customizable, from the unit to the board tile.
Enhancements:
- board visualization is now good
- sincronization algoritm for the save process
<<less
Download (3.0MB)
Added: 2006-10-11 License: Other/Proprietary License Price:
1110 downloads
Block Attack - Raise of the Blocks 1.3.0

Block Attack - Raise of the Blocks 1.3.0


Block Attack - Raise of the Blocks is another block fall game based on Tetris Attack. more>>
Block Attack - Raise of the Blocks is another block fall game based on Tetris Attack.

Block Attack - Raise of the Blocks is a block fall game. Like Tetris Attack and Crack Attack, block are raising from the floor and the player must clear them before they touch the roof.

Blocks are cleared by making a line of three blocks in the same color horizontally or vertically, and blocks can only be changed horizontally.

The goal is to either get as much points as possible, get as much point in two minutes, clear all blocks in limited moves and clear a number of lines.

Two player slit screen is available. Two players can compete in Time Trial (who gets most points in two minutes) or Vs. mode where clearing more than 3 blocks trows blocks at the opponent.

<<less
Download (4.8MB)
Added: 2006-08-29 License: GPL (GNU General Public License) Price:
1151 downloads
Avoid The Roid 3D 0.6

Avoid The Roid 3D 0.6


Avoid The Roid 3D project is a 3D asteroids-like multiplayer game. more>>
Avoid The Roid 3D project is a 3D asteroids-like multiplayer game.

The player flies around in a three dimensional space, shooting asteroids and other ships while trying to avoid running into any of them or being shot.

The game is written in c++ and uses unix sockets for networking, pthreads for the thread library, OpenGL for the graphics library, glut for windows and input, and OpenAL for audio.

<<less
Download (0.24MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1074 downloads
Postfix SMTP Monitoring Solution

Postfix SMTP Monitoring Solution


Postfix SMTP Monitoring Solution is a set of three Perl CGI scripts used to monitor the SMTP queue. more>>
Postfix SMTP Monitoring Solution is a set of three Perl CGI scripts used to monitor the SMTP queue, allowing the deletion of messages that for one reason or another become "stuck" in the queue.

I needed a web-based solution to monitor my Postfix SMTP relay, which enabled me to remove messages that become "stuck" in the queue. I wrote three simple Perl scripts, and used Sudo to give me the desired functionality.

I am uploading these scripts in case they are useful to others. Assuming you have Apache configured correctly on your Postfix server, it should be as easy as placing the three .cgi files into your webservers cgi-bin directory, and making the appropriate modifications to your /etc/sudoers file (see the README contained in the tarball).
<<less
Download (0.002MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
972 downloads
mod_auth_shadow 1.6

mod_auth_shadow 1.6


mod_auth_shadow is an Apache module for authentication using /etc/shadow. more>>
mod_auth_shadow is an Apache module for authentication using /etc/shadow.

When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody".

mod_auth_shadow addresses this difficulty by opening a pipe to an suid root program, validate, which does the actual validation. When there is a failure, validate writes an error message to the system log, and waits three seconds before exiting.

<<less
Download (0.008MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
Parallel Three-Dimensional Fast Fourier Transforms 2.1

Parallel Three-Dimensional Fast Fourier Transforms 2.1


Parallel Three-Dimensional Fast Fourier Transforms is a library for computational computing in a wide range of sciences. more>>
Parallel Three-Dimensional Fast Fourier Transforms, dubbed P3DFFT, is a library for computational computing in a wide range of sciences, such as physics, climatology, chemistry.
This project was developed at SDSC by Dmitry Pekurovsky as a product of a Strategic Applications Collaborations (SAC) project.
Main features:
- Parallel implementation with 2D data decomposition, overcoming an important limitation to scalability of other 3D FFT libraries implementing 1D, or slab, decomposition.
- Optimized for parallel communication and single-CPU performance.
- Built on top of well-optimized and flexible 1D FFT libraries.
Enhancements:
- Assorted minor bugfixes and code speedups.
<<less
Download (MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
869 downloads
Banter 0.1.10

Banter 0.1.10


Banter project was made to create a next generation real time collaboration client. more>>
Banter project was made to create a next generation real time collaboration client focused on the big three: text, voice and video centered on a dynamic, innovative and easy to use contact management system.

The project team is focused on providing a simple quality experience for the end user.

<<less
Download (0.74MB)
Added: 2007-08-12 License: GPL (GNU General Public License) Price:
805 downloads
mod_auth_shadow2 2.2

mod_auth_shadow2 2.2


mod_auth_shadow is an Apache module for authentication using /etc/shadow. more>>
mod_auth_shadow is an Apache module for authentication using /etc/shadow.

When performing this task one encounters one fundamental difficulty: The /etc/shadow file is supposed to be read/writeable only by root. However, the webserver is supposed to run under a non-root user, such as "nobody".

mod_auth_shadow addresses this difficulty by opening a pipe to an suid root program, validate, which does the actual validation. When there is a failure, validate writes an error message to the system log, and waits three seconds before exiting.

<<less
Download (0.009MB)
Added: 2007-04-02 License: GPL (GNU General Public License) Price:
935 downloads
HuaRongDao 0.1

HuaRongDao 0.1


HuaRongDao project is an ancient Chinese puzzle game. more>>
HuaRongDao project is an ancient Chinese puzzle game.

The puzzle "HuaRongDao" has been the most popular puzzle in China for hundreds years. It came from part of the well-know story "The legend of three kingdoms".

At the end of Han Dynasty (about 200 AC.), China was divided into three kingdoms, Wei, Shu and Wu. "Caocao", the leader of Wei, wanted to unit China, however, was totally defeated at "ChiBi" by the allies of Shu and Wu. Only he and other 30 people escaped from HuaRongDao and came back to Wei.

After about 30 years, China was still united by Wei (named Jin at that time) into one country.

Its aim is to move pieces on the board in order to move the largest one to the center of the bottom. It is a very small game, and it is very challenging. This implementation is based on the curses library.

The game is controlled by keyboard only. Its features include undo, redo, and bookmarks. Custom starting patterns are also supported.

<<less
Download (0.083MB)
Added: 2006-12-27 License: GPL (GNU General Public License) Price:
619 downloads
mod_random 2.0

mod_random 2.0


mod_random provides three services. more>>
Mod Random provides three services. The first service is redirection: you feed it URLs and it will redirect to random URLs that you have loaded.

The second is providing environment variables that can be used for implementing ad banner systems. The third is displaying entire pages of random HTML, using its own custom handlers in combination with with random ads and quotes that you feed into the system.

It can also supply text via an environment variable called RANDOM_QUOTE, RANDOM_AD, or by environment variables that you specify. This can be used to implement fortune cookies, message of the day, entire random pages, or banner ads.
<<less
Download (0.008MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1523 downloads
The Dark Star 4.0

The Dark Star 4.0


The Dark Star is an operating system, optimized for user experience, providing many desktop and office programs. more>>
The Dark Star is an operating system, optimized for user experience, providing many desktop and office programs.
The Dark Star can fit on MiniDVDs and is distributed as a LiveDistro which can later be installed to harddisk, effectively being an option for those who want FreeBSD, however are scared by the installer and the tons of configuration.
The Dark Star also provides the easy to use DSI - making installing packages -
whether from an FreeBSD 6.1 install CD or downloaded, easy as two or three
clicks with a mouse!
What are you waiting for? Download The Dark Star 4.0 now!
Enhancements:
- More polished. See the forum.
<<less
Download (875.2MB)
Added: 2006-09-12 License: Other/Proprietary License Price:
1145 downloads
Concentration 1.2

Concentration 1.2


Concentration is a colorful memory game for Linux. more>>
Concentration is a colorful memory game for Linux.

Concentration is the classic memory game brought back to life for Linux. You can play in windowed or full screen mode.

Choose from three different icon sets to play with and choose from three different board sizes.

You have you choice of small (2x2), medium (4x4), and large (6x6) boards to choose from. All though mainly intended for kids the adults will have lots of fun "testing" this game out for them. Play in a window or in full screen by toggling between the two with the f key.

<<less
Download (1.0MB)
Added: 2005-11-10 License: GPL (GNU General Public License) Price:
1452 downloads
The Linux Memory Game 0.6c

The Linux Memory Game 0.6c


The Linux Memory Game project is a childrens (and adults) game based on the card game. more>>
The Linux Memory Game project is a childrens (and adults) game based on the card game.
The Linux Memory Game is an X11 game using GTK+ library for children ages 3 and up. It is a lot more than the card game "Memory".
It has five skill levels, the higher ones are challenging to adults as well. Additionally, one can choose from the menu to match 2 cards or 3 cards, or match different cards.
This last "different card" mode can be a very good teaching tool for teaching languages, concepts, or association.
Main features:
- Extensible - add new images yourself without having to make changes to the program.
- Five skill levels appropriate for the youngest and the ones with the best brains.
- Can play two card matching or three card matching (more challenging!)
- Can set to match different cards. This can be used with apropriately designed pictures to teach children (or adults) words, concepts, or another language.
Enhancements:
- Fixed overflow bug in pixmaps_jump.
<<less
Download (0.10MB)
Added: 2006-11-15 License: GPL (GNU General Public License) Price:
1073 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5