Main > Free Download Search >

Free strategy war games software for linux

strategy war games

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2251
Custom Strategy Role Playing Game 0.15

Custom Strategy Role Playing Game 0.15


Custom Strategy Role Playing Game project is an engine for creating strategy role-playing games. more>>
Custom Strategy Role Playing Game project is an engine for creating strategy role-playing games.
Two players confront two parties of characters (which have RPG attributes: job, level, exp, skills, etc.) over a battlefield, and the surviving party wins.
Jobs, skills, etc. are stored in XML custom files. It has a combat style similar to Final Fantasy Tactics and Shining Force.
Enhancements:
- Custom effects for skils.
- New contender attribute managing is working now.
- New skill types and skill capabilities (as enable at a certain level).
- Contenders final attributes can now depend on skills.
- Jobs have now a basic bonus and a level bonus (which depends on
- contenders level).
- Partial code rewriting for some old features.
<<less
Download (0.75MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1078 downloads
Java Games 1.0

Java Games 1.0


Java Games is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. more>>
Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser.

Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of 4 images out of a set of six); Memory (flip 2 plates at a time to find matching pairs); and Tetris.
<<less
Download (0.13MB)
Added: 2007-02-20 License: GPL (GNU General Public License) Price:
985 downloads
Stratagus 2.2.3

Stratagus 2.2.3


Stratagus is a free cross-platform real-time strategy gaming engine. more>>
Stratagus is a free cross-platform real-time strategy gaming engine. Stratagus includes support for playing over the internet/LAN, or playing a computer opponent.

The engine is configurable and can be used to create games with a wide-range of features specific to your needs. See the data sets page for a list of current games using the stratagus engine.

<<less
Download (0.79MB)
Added: 2007-03-04 License: GPL (GNU General Public License) Price:
974 downloads
Davids Perl Games 0.1.1

Davids Perl Games 0.1.1


Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. more>>
Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl.

These games are recreations of simple ASCII graphics games originally written in BASIC.

They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend your planet from invading aliens), PerlRacer (steer your car through the twisting passages), and PerlArena (eliminate the mutant hordes).

<<less
Download (0.063MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1076 downloads
StormWar 0.15.1

StormWar 0.15.1


StormWar is a 3D realtime strategy game inspired by a quite unknown but great old game: NetStorm, Islands at War. more>>
StormWar is (actually, will be) a 3D realtime strategy game inspired by a quite unknown but great old game: NetStorm, Islands at war.
Game and datas are released under the GPL license.
Strictely speaking, StormWar will not really be a game, but rather a game engine. StormWar projects goal is to make a game engine with many limitations so that it is easy to edit or create a mod.
A frequent error in game engines projects (that often lead them to a sudden death) is to make the engine too general, so that only developers are able to make games around them.
As much as possible, some limitations will be removed in the future, with the same condition in mind: keep it easy.
A mod contains all the modifiable datas used by the engine in comprehensive data files. These files are mainly based on variables, which is even much simplier than an integrated scripting language.
So every people with a few computer skills would be able to make (or at least modify) a mod.
The StormWar official release will include:
- The StormWar engine, written in C.
- The default mod, namely the StormWar mod, which will tend to look like NetStorm.
- Maybe other interesting mods and/or testing mods.
The goal will be to play against bots handled by the computer or human opponents over a network. The games will be automatically generated. It will be possible to play tournaments where the players will evolve by learning new knowledge.
Main features:
- Quite portable source written in C.
- Many debugging options for developers and mod makers.
Core engine:
- Mods support based on files.
- Powerful variable system.
- In-game shell with runtime functions.
- Virtual modules with shell functions, preferences and shared ressources.
Game engine:
- Automatic ground generation.
- Bridges.
Graphical engine:
- OpenGL rendering.
- 3D objects organized in parts.
- 3D animation by keyframes.
- 2D on-screen objects.
- Graphical user interface management.
- Flexible architecture (many things can be changed on-the-fly).
- Bitmap font rendering.
- Basic 3D texturing by 2D textures.
- Bilinear, mip-mapped and trilinear texture filterings.
- Lighting.
- Simple materials.
- Fast motion blur emulation.
- Simple fog.
- Gamma correction.
- Manual camera positioning : scrolling, rotation around a point, panning.
Graphical user interface:
- Widget tree.
- Menubar and menus.
- Game panel.
- Graphical shell.
- Dialogs.
Sound engine:
- Music support.
- Stereo sound samples mixing.
- 3-dimensional sound positioning.
Predefined environmental effects:
- Cubic skybox.
- Cloud layers.
- Flocking (to simulate birds for example).
- Lightnings with thunder sound.
- Fog.
<<less
Download (5.0MB)
Added: 2005-11-27 License: GPL (GNU General Public License) Price:
1427 downloads
Blackjack basic strategy calculator 2.4

Blackjack basic strategy calculator 2.4


Blackjack basic strategy calculator project is a Monte Carlo basic strategy calculator. more>>
Blackjack basic strategy calculator project is a Monte Carlo basic strategy calculator.
bsc finds the Blackjack strategy through the Monte Carlo method.
It analyzes each situation with adaptive depth, and is generally optimized for speed.
The rules are hard coded for the authors local casino; adding others or changing them is left for others to do.
It seems to find the correct strategy, but the house edge appears a bit wrong.
Main features:
- no double after split
- double only 9..11
- split as often as you want
- European no hole card
- no surrender
- dealer stands on soft 17
- perfect continous shuffle machine (CSM)
- 6 decks
<<less
Download (0.054MB)
Added: 2006-10-23 License: GPL (GNU General Public License) Price:
1107 downloads
Othello Game 0.2.1

Othello Game 0.2.1


Othello Game is a classic strategy game, also known as Reversi. more>>
Othello Game is a classic strategy game, also known as Reversi. Its objective is to finish the game with the greater amount of pieces (circles) of the same color.
This version of the Othello game supports the writing of AI plugins in C++ or Python, network games, and interface themes.
Enhancements:
- pkgconfig support was added.
- It is now easier to write AI plugins.
- An installation guide, and a tutorial for writing plugins were incuded.
- It is now possible to disable Python support from the configuration.
- New icons were provided.
<<less
Download (0.63MB)
Added: 2007-08-16 License: GPL (GNU General Public License) Price:
805 downloads
Wolvix Games 1.0.4

Wolvix Games 1.0.4


Wolvix Games is a new edition of the Wolvix live CD, featuring over 50 games. more>>
Wolvix is a GNU/Linux LiveCD built from SLAX. Wolvix is a desktop oriented distribution made to fit the needs from regular to advanced desktop users.

Along with the applications youll get some of the best free Linux games. (No 3D gfx card required).

Games Edition features over 50 games in different categories, four emulators and quite a few desktop applications.

You wont find World of Warcraft or Half-Life 2 on the CD, but Ive tried to include some of the finest free Linux games and I think there should be a game or two for most people, Ive even added dopewars for your grandma.

None of the games require 3D drivers, so you should be able to play most games on any graphics card
<<less
Download (MB)
Added: 2005-12-12 License: GPL (GNU General Public License) Price:
1428 downloads
GNOME War Pad 0.4.0

GNOME War Pad 0.4.0


GNOME War Pad is VGA Planets client for GNOME 2 desktop platform. more>>
GNOME War Pad is VGA Planets client for GNOME 2 desktop platform. It aims to develop a full featured client, including scripting Python support.
VGA Planets is a play-by-email space conquest strategy game, it can be played by 11 players max. This game is being played by strategy fanatics all over the world for some years now, is very addictive and there are several servers on the Internet that host various kinds of this games.
Well, first of all this game is great, I thank Tim Wisseman for his creation, secondly its very cheap to register it (I think 5 USD) and if you dont want to register it, you still can play it with some limitations. Plus, because this game was developed for DOS, almost all clients existing this days are for DOS or Windows, and since Im a GNU/Linux freak, Im tired of playing VP with dosemu, its just too slow! :-)...so thats my itch, I wanna scratch it as ESR says.
Actually, there isnt a GNU/Linux client for VP that Im aware of, I know that PCCs author, Stefan Reuther from Germany, is porting his excellent client to GNU/Linux using the SDL library, this is great! but again, GNOME deserves to have its own client, so I started this project as an excuse to learn how to program for GNOME, and also to polish my C programming skills.
This software is Free Software, released under the GNU General Public License, you may copy, modify it and redistribute it under the conditions of this license.
Enhancements:
- this is a major milestone in this projects development because now the player can make some real actions into the game! no more viewing-only! Enjoy!
<<less
Download (1.8MB)
Added: 2005-07-11 License: GPL (GNU General Public License) Price:
1567 downloads
comisat Games Collection 0.5.2

comisat Games Collection 0.5.2


comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. more>>
comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english.

comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published by Free Software Fundation. You can help the development of comisat Games Collection testing the software, mailing bugs, translating the project in different languages, correcting and improving the code.

<<less
Download (7.9MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1110 downloads
Spice Trade 1.2

Spice Trade 1.2


Spice Trade is a RPG/strategy/adventure game. more>>
Spice Trade project is an RPG/strategy/adventure game.

Spice Trade is an RPG/adventure/strategy game in which the main character is a poor man who has lost his parents, inherited some land and a house.

He becomes a trader of spices and herbs in Baghdad at a time when Europeans are starting their "great voyages of exploration".

The game character has to ensure that the Europeans do not take over his country and his culture, while he has to expand the sphere of influence of his own culture.

<<less
Download (194.8MB)
Added: 2007-01-04 License: LGPL (GNU Lesser General Public License) Price:
1242 downloads
Root Park 0.5.1

Root Park 0.5.1


Root Park project will build a network that will stand the test of time. more>>
Root Park project will build a network that will stand the test of time.
RootPark is a Civilization-like game based on the history of computers and networks. You can play it with as many other players as you want since it has full networking capabilities.
The game begins in 1960, when computers started to become very powerful. RootPark provides you the opportunity to experience these historical years, and a large range of possibilities.
This source and binaries of the game will be available soon. It will be playable on Linux, BSD (and surely other UNIX like OSF1).
Main features:
- strategy game, turn based.
- topic : history of computers and networks.
- multiplayer (using local or internet networks)
- fully playable on Linux and NetBSD(and surely some others Unix).
- programmed using C language.
- opensource game, everybody can improve it
- uses GTK X-Windows library.
- uses 16 millions colors (24 bits)
- you can change the themes of the graphical interface
- you can import your own graphisms
- communication between players during the game (like irc)
- generator of random map whatever the number of players.
- handles the visibility of units and hosts (fog of war)
- interactive help online
- complete encyclopedy on the history of computers
<<less
Download (0.27MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1061 downloads
Really Rather Good Battles In Space 1.03

Really Rather Good Battles In Space 1.03


Really Rather Good Battles In Space is a real time strategy game with fleets of spaceships. more>>
Really Rather Good Battles In Space is a real time strategy game with fleets of spaceships.
Single player real time strategy game following the fall of the great Argonian empire.
Main features:
- a short but relatively polished single player campaign
- pretty (albeit 2d) graphics
- spaceships
- explosions
<<less
Download (54MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1019 downloads
Quarters Board Game 4.0

Quarters Board Game 4.0


Quarters Board Game is a strategy game for two players. more>>
Quarters Board Game project is a strategy game for two players.

Although its rules are relatively simple, it still offers some of the same opportunities for skill as in chess.

This program was originally conceived in the summer of 1986 during a study of the mini-max algorithm for chess playing computers, and was thus designed to offer some of the same type of strategies.

The game was originally written in BASIC, then ported to Turbo Pascal, then to C, and finally to Java.

The Java version is not necessarily object oriented, since it is a crude port from the C version.

<<less
Download (0.16MB)
Added: 2007-01-15 License: GPL (GNU General Public License) Price:
1013 downloads
Resource Management Game 0.12

Resource Management Game 0.12


Resource Management Game project is a Web-based resource management game. more>>
Resource Management Game project is a Web-based resource management game.

Resource Management Game is a PHP framework for easily creating resource management and strategy games.

Two playable games are included.

The system uses sessions to store data and should work out of the box with little or no configuration.

<<less
Download (0.081MB)
Added: 2007-01-10 License: GPL (GNU General Public License) Price:
1022 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5