multiplayer
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 205
Call Of Duty 2 Linux Multiplayer Server Code 1.0a
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server. more>>
Call Of Duty 2 Linux Multiplayer Server Code is a COD2 linux server.
!! IMPORTANT !!
Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.
Introduction
This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.
Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.
MOD USERS: PLEASE READ...
It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.
IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...
(This is a frequent-enough problem to merit discussion in the introduction.)
If you are reading this, its probably because you tried to start your Linux server and saw this message:
./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.
Here is the library you need, if your Linux distribution doesnt supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2
You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).
The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded
Now the server will start.
Upgrading from 1.0 to Linux 1.0a.
Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.
As the hotfix is Linux-specific there is no Windows version of 1.0a.
Installation From Scratch
- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded
- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:
map mp_leningrad
("mp_leningrad" being a given maps name).
- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
<<less!! IMPORTANT !!
Call of Duty 2 Linux Server is NOT SUPPORTED by Activision Customer Support. Please do not call with any questions related to this free beta product. There are other channels to aid you listed at the bottom of this document.
Introduction
This document explains how to install the Call of Duty 2 Linux server version 1.0. Installation from scratch and upgrading an existing installation are both covered.
Usage is very similar to Call of Duty and United Offensive... many of the console commands, command lines, and cvars are identical, so if you are comfortable maintaining dedicated servers for those games, you will find this process familiar.
MOD USERS: PLEASE READ...
It is recommended that any user modifications that have been installed to the Call of Duty 2 directory be removed before installing this package. These modifications are not supported by Activision and may not be compatible with some of the new features that are included. When installing or upgrading a server, if problems or unexpected behavior arise, your first step in troubleshooting should be to do a clean install with the original data files.
IF YOU HAVE A PROBLEM WITH "LIBSTDC++.SO.5" ...
(This is a frequent-enough problem to merit discussion in the introduction.)
If you are reading this, its probably because you tried to start your Linux server and saw this message:
./cod2_lnxded: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
COD2 is a C++ program built with gcc 3.3.4, which means it needs a system library specific to gcc 3.3. Older Linux systems wont have this installed, and were starting to see newer Linux distributions that dont have this either, since they are supplying an incompatible gcc 3.4 version. The good news is that you can drop the needed library into your system without breaking anything else.
Here is the library you need, if your Linux distribution doesnt supply it:
http://icculus.org/updates/cod/gcc3-libs.tar.bz2
You want to unpack that somewhere that the dynamic linker will see it (if you are sure it wont overwrite any files, you can even use /lib).
The brave can put it in the same directory as the game and run the server like this:
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. ./cod2_lnxded
Now the server will start.
Upgrading from 1.0 to Linux 1.0a.
Just stop the game server, replace cod2_lnxded on your server with the version included in this package, and restart the game server. 1.0a is just a minor hotfix and requires no other code changes.
As the hotfix is Linux-specific there is no Windows version of 1.0a.
Installation From Scratch
- Get the retail Call of Duty 2 disc(s) (there may be multiple discs depending on what edition of the game you have obtained, or perhaps a single DVD-ROM disc).
- Copy the contents of disc ones "Setup/Data" directory to wherever you want to install the Call of Duty 2 Linux server. There should be a "localization.txt" file in the root of this directory, and a "Main" Subdirectory. Each additional disc should be opened and the contents of each "Data" folder should be copied over to the existing Main folder. When you have copied everything, the final installation size is around 3.5 gigabytes.
- Alternately, you may install on Windows and copy the installed game to your Linux system, but many will opt to skip this step since the data files are uncompressed and easily accessible on the discs. Final installation size is around 3.5 gigabytes.
- Unpack this archive in the root of the newly-copied tree, so "cod2_lnxded" is in the same directory as "localization.txt". Unlike the original Call of Duty, there are not seperate .so files like "game.mp.i386.so", so dont be concerned when you dont see them.
- Now, run the server:
cd /where/i/copied/callofduty2
./cod2_lnxded
- When you see "--- Common Initialization Complete ---", the game server has started, but you need to start a map before the server will accept connections. At this point, type:
map mp_leningrad
("mp_leningrad" being a given maps name).
- Now you should see your server in the in-game browser. You will now want to customize your server, but that is beyond the scope of this document.
Download (0.40MB)
Added: 2005-12-09 License: Freeware Price:
799 downloads
Untahris Common Playground 2.0
Untahris Common Playground - you can play several classic fun, simple arcade games. more>>
Untahris Common Playground - you can play several classic fun, simple arcade games. But playing alone is not fun, and you can play them in multiplayer mode (on one computer, local network, or maybe Internet).
Now, Untahris has an original experimental feature, which makes it more than just a bundle of these games! In multiplayer mode each player can play a different game --- however, they play all on the same board. This may lead to funny interactions, battles or alliances between them.
The games in Untahris have been modified to make them better interact with each other. Thus, in each game you are allowed to shoot and collect bonuses, even if it was not a part of the original game.
Enhancements:
- The graphics were improved.
- Balls can kill bombers now.
- Worms, initial world selection, and sound were added.
- The homepage was made prettier.
<<lessNow, Untahris has an original experimental feature, which makes it more than just a bundle of these games! In multiplayer mode each player can play a different game --- however, they play all on the same board. This may lead to funny interactions, battles or alliances between them.
The games in Untahris have been modified to make them better interact with each other. Thus, in each game you are allowed to shoot and collect bonuses, even if it was not a part of the original game.
Enhancements:
- The graphics were improved.
- Balls can kill bombers now.
- Worms, initial world selection, and sound were added.
- The homepage was made prettier.
Download (1.0MB)
Added: 2007-05-02 License: GPL (GNU General Public License) Price:
905 downloads
NetPanzer 0.8.1
netPanzer is an online multiplayer tactical warfare game designed for FAST ACTION combat. more>>
NetPanzer project is an online multiplayer tactical warfare game designed for FAST ACTION combat. Gameplay concentrates on the core -- no resource management is needed.
The game is based on quick tactical action and unit management in real-time. Battles progress quickly and constantly as destroyed players respawn with a set of new units. Players can join or leave multiplayer games at any time.
Official netPanzer development got basically halted in 1999, since 2002 netPanzer is available under the GNU GPL and thus Free Software and a GNU/Linux port of netPanzer is ready.
Main features:
- netPanzer is a game designed to fit into the real-time tactical game genre. Its art is based on realistic environments and vehicles. Battle will heat up as players challenge for territory, and without the need for resource management battles will emerge swiftly.
Network:
- Features a scalable client/server network architecture.
- Support from 1 to 100 players over the Internet or on LAN systems depending on the network connection type and game configuration (single/multi dedicated server vs. server-player, max number of units per player and so forth).
- Players will be able to join or leave multiplayer games at any time.
Gameplay:
- Real-time action without the need to gather resources.
- Manually aim your units fire while they are moving to another location.
- Maps range in size from 10x13 to 64x85 640x480 size screens.
- Three modes of multiplayer combat; objective capture, frag limit, and time limit.
- Change screen resolutions on the fly to 640x480, 800x600 or 1024x768
- A customizable interface layout.
- MiniMap for quick viewing of the world.
Special Effects:
- Particle system explosions, muzzle shots, missile trails, etc.
- Dynamic, real-time lighting.
- Translucent particles and shadows.
Enhancements:
- Change default masterserver to netpanzer.dyndns.org
- Fix remote DOS when sending invalid frame number
- Fix gcc 4.1 compilation
- Make server handle clients more gracefully that drop during connect
<<lessThe game is based on quick tactical action and unit management in real-time. Battles progress quickly and constantly as destroyed players respawn with a set of new units. Players can join or leave multiplayer games at any time.
Official netPanzer development got basically halted in 1999, since 2002 netPanzer is available under the GNU GPL and thus Free Software and a GNU/Linux port of netPanzer is ready.
Main features:
- netPanzer is a game designed to fit into the real-time tactical game genre. Its art is based on realistic environments and vehicles. Battle will heat up as players challenge for territory, and without the need for resource management battles will emerge swiftly.
Network:
- Features a scalable client/server network architecture.
- Support from 1 to 100 players over the Internet or on LAN systems depending on the network connection type and game configuration (single/multi dedicated server vs. server-player, max number of units per player and so forth).
- Players will be able to join or leave multiplayer games at any time.
Gameplay:
- Real-time action without the need to gather resources.
- Manually aim your units fire while they are moving to another location.
- Maps range in size from 10x13 to 64x85 640x480 size screens.
- Three modes of multiplayer combat; objective capture, frag limit, and time limit.
- Change screen resolutions on the fly to 640x480, 800x600 or 1024x768
- A customizable interface layout.
- MiniMap for quick viewing of the world.
Special Effects:
- Particle system explosions, muzzle shots, missile trails, etc.
- Dynamic, real-time lighting.
- Translucent particles and shadows.
Enhancements:
- Change default masterserver to netpanzer.dyndns.org
- Fix remote DOS when sending invalid frame number
- Fix gcc 4.1 compilation
- Make server handle clients more gracefully that drop during connect
Download (10MB)
Added: 2007-02-14 License: GPL (GNU General Public License) Price:
983 downloads
smultroNET 1.0.9
smultroNET is a multiplayer worm-tron-kinda game. more>>
smultroNET is a multiplayer worm-tron-kinda game.
Bored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
<<lessBored of nice looking games with no gameplay? Then smultronet is the game for you!
Even if smultronet isnt stuffed with fancy graphics, you will experience a very addicive gameplay. People have often said, "This game looks like any other worm game, why play this?". But after a few tries, they usually cant stop playing. Our biggest issue is therefore recruiting new players. Most people dont have time to try out all games that exist today, and therefore only try the best looking ones.
Main features:
- smultronet is easy to start and requires no installation.
- smultronet is a multiplayer game with a common lobby to meet other players.
- smultronet allows up to nine players simoultaneously playing.
- smultronet fits all ages.
- smultronet is free, of course.
- smultronet has versatile stats pages that show your progress.
- Personal statistics
- Game statistics
- Server statistics
- Mixed statistics
- More coming all the time. Just to satisfy your needs
Download (0.45MB)
Added: 2007-04-02 License: Freeware Price:
935 downloads
JDuplicate 0.5.9
JDuplicate project is a multiplayer word game suite supporting Scrabble and Duplicate. more>>
JDuplicate project is a multiplayer word game suite supporting Scrabble and Duplicate.
It supports popular word games such as Duplicate and Scrabble.
JDuplicate Swing Client, commonly called JDSC, is the JDuplicate reference
client. It will allow you to connect to a JDuplicate server and play without
having to input complex commands as its main goal is usability.
Unlike JDCC, which was developped for debugging purposes, JDSC is developped
from the ground up with ease of use in mind. JDSC is fully graphical and
features user friendly characteristics such as drag&dropping tiles, full sound
support and a click and play interface for game selection.
Like the rest of the JDuplicate "official" package, running JDSC will require
that you install Java.
<<lessIt supports popular word games such as Duplicate and Scrabble.
JDuplicate Swing Client, commonly called JDSC, is the JDuplicate reference
client. It will allow you to connect to a JDuplicate server and play without
having to input complex commands as its main goal is usability.
Unlike JDCC, which was developped for debugging purposes, JDSC is developped
from the ground up with ease of use in mind. JDSC is fully graphical and
features user friendly characteristics such as drag&dropping tiles, full sound
support and a click and play interface for game selection.
Like the rest of the JDuplicate "official" package, running JDSC will require
that you install Java.
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1067 downloads
pyRacerz 0.2
pyRacerz is a multiplayer top view 2D racing game. more>>
pyRacerz is a multiplayer top view 2D racing game. It features multiplayer (on the same computer), tournaments, high scores, replays, 6 tracks (really 12, because each track can be used Normal or Reverse), 9 cars, a basic robot player, 3 different levels of difficulty, and a music player (it can play the .ogg files locating in the musics directory).
Main features:
- Multiplayer (on the same computer)
- Tournament
- Challenge mode (for single user)
- Hi Scores
- Replays
- 8 tracks (1 to be unlocked)(in fact 16 because each track can be used Normal or Reverse)
- 9 cars
- Basic robot player
- 3 different levels of difficulty
- Music player (pyRacerz can play the .ogg files locating in the musics directory)
<<lessMain features:
- Multiplayer (on the same computer)
- Tournament
- Challenge mode (for single user)
- Hi Scores
- Replays
- 8 tracks (1 to be unlocked)(in fact 16 because each track can be used Normal or Reverse)
- 9 cars
- Basic robot player
- 3 different levels of difficulty
- Music player (pyRacerz can play the .ogg files locating in the musics directory)
Download (4.5MB)
Added: 2005-10-17 License: GPL (GNU General Public License) Price:
1468 downloads
Panzers 0.40
Panzers is a simple 3D multiplayer tank game. more>>
Panzers project is a simple 3D multiplayer tank game.
The player controls a WW2 tank. The player controls the tank in a fully 3D environment trying to blast other players.
Several different vehicles will be selectable, but currently there are two different panzers at your disposal.
Main features:
- multiplayer action through a server (still flaky at best though)
- full 3D environment with lakes, houses and woods
- panzers can be fully controlled, including turrets, and they have different characteristics
- some kind of physics approximation for shells
- loads of bugs
- maps can be created by just editing a grayscale png file
At present Panzers is more a technology demo than something youd want to spend too much time playing. Better playability will be added sooner or later. Help is appreciated, of course.
<<lessThe player controls a WW2 tank. The player controls the tank in a fully 3D environment trying to blast other players.
Several different vehicles will be selectable, but currently there are two different panzers at your disposal.
Main features:
- multiplayer action through a server (still flaky at best though)
- full 3D environment with lakes, houses and woods
- panzers can be fully controlled, including turrets, and they have different characteristics
- some kind of physics approximation for shells
- loads of bugs
- maps can be created by just editing a grayscale png file
At present Panzers is more a technology demo than something youd want to spend too much time playing. Better playability will be added sooner or later. Help is appreciated, of course.
Download (1.7MB)
Added: 2006-12-11 License: GPL (GNU General Public License) Price:
1049 downloads
TiWarriors 0.4
TiWarriors is an Asteroids clone with multiplayer support and incremental ship control. more>>
TiWarriors project is an Asteroids clone with multiplayer support and incremental ship control.
Two things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
<<lessTwo things differ from the original: energy control and multiplayer mode.
Enhancements:
- added some config options like antialiasing and the option to switch to full screen or window mode.
Download (MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1052 downloads
ClanBomber2 0.9
ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a free multi platform C++ game SDK. more>>
ClanBomber is a free (GPL) Bomberman-like multiplayer game that uses ClanLib, a free multi platform C++ game SDK. First "ClanBomber" was only a working title for a small game started in September 1998, that has only been started to learn how to use ClanLib.
But the ClanBomber project has grown into a real game. It is fully playable and features Computer controlled bombers, however, it is recommended to play ClanBomber with friends (3-8 players are really fun).
<<lessBut the ClanBomber project has grown into a real game. It is fully playable and features Computer controlled bombers, however, it is recommended to play ClanBomber with friends (3-8 players are really fun).
Download (1.8MB)
Added: 2005-08-16 License: GPL (GNU General Public License) Price:
1538 downloads
GMonsters 0.5.1
GMonsters project is a little monster-breeding game for GNOME. more>>
GMonsters project is a little monster-breeding game for GNOME.
GMonsters is a game somewhat like Monster Rancher on Playstation. You can breed, train, raise, and battle virtual monsters.
Planned features include multiplayer, trading, and internet battle capabilities.
NOTE: You will need both client and server.
Enhancements:
- Many bugfixes, and now battle buttons have pixmaps for the type of attack.
<<lessGMonsters is a game somewhat like Monster Rancher on Playstation. You can breed, train, raise, and battle virtual monsters.
Planned features include multiplayer, trading, and internet battle capabilities.
NOTE: You will need both client and server.
Enhancements:
- Many bugfixes, and now battle buttons have pixmaps for the type of attack.
Download (MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1073 downloads
iMaze 1.4
iMaze is a multiplayer, realtime, 3D, labyrinth run and shoot game. more>>
iMaze project is a multiplayer, realtime, 3D, labyrinth run and shoot game.
iMaze is a multi-player network action game for TCP/IP with 3D graphics under X11 in which players runs through a labyrinth, trying to shoot other players and computer-controlled ninjas without being shot by them.
It features a sophisticated, reliable network protocol which works even with SLIP connections over modems.
Its windows can be freely scaled to avoid speed drawbacks due to poor display performance.
Main features:
- sophisticated, reliable network protocol, works even with SLIP connections via modem
- windows can be freely scaled to avoid speed drawbacks due to poor display performance
- modular, portable source code
- scores
- extensive documentation (german)
<<lessiMaze is a multi-player network action game for TCP/IP with 3D graphics under X11 in which players runs through a labyrinth, trying to shoot other players and computer-controlled ninjas without being shot by them.
It features a sophisticated, reliable network protocol which works even with SLIP connections over modems.
Its windows can be freely scaled to avoid speed drawbacks due to poor display performance.
Main features:
- sophisticated, reliable network protocol, works even with SLIP connections via modem
- windows can be freely scaled to avoid speed drawbacks due to poor display performance
- modular, portable source code
- scores
- extensive documentation (german)
Download (0.58MB)
Added: 2006-12-12 License: Freeware Price:
1050 downloads
ZRacer 1.0
ZRacer is a ncurses multiplayer racing game. more>>
ZRacer is a ncurses multiplayer racing game. It has a curses based semi-graphical interface, random track generator, editable settings and supports hotseat multiplayer.
The rules are simple - the higher on the screen, the faster you ride. Dont crash with rocks, kerbs, or your opponent and be the first on the finish line.
Main features:
- Semi-graphical ncurses driven interface.
- Hotseat multiplayer.
- Random track generator.
- Runs on both Linux and Windows, tested.
- Beautiful source code.
Instructions:
Player 1 controls his car with arrow keys, and player 2 does it with wsad. The higher the car is on the screen, the faster it moves. Game time is measured with turns, where 1 turn is the time needed to move the car when its at the top verge of the screen. The track has two kerbs and occasional rocks are generated. When a car hits a rock or a kerb, it explodes. Your goal is to get to the finish line without exploding and within shortest possible time. Have fun.
<<lessThe rules are simple - the higher on the screen, the faster you ride. Dont crash with rocks, kerbs, or your opponent and be the first on the finish line.
Main features:
- Semi-graphical ncurses driven interface.
- Hotseat multiplayer.
- Random track generator.
- Runs on both Linux and Windows, tested.
- Beautiful source code.
Instructions:
Player 1 controls his car with arrow keys, and player 2 does it with wsad. The higher the car is on the screen, the faster it moves. Game time is measured with turns, where 1 turn is the time needed to move the car when its at the top verge of the screen. The track has two kerbs and occasional rocks are generated. When a car hits a rock or a kerb, it explodes. Your goal is to get to the finish line without exploding and within shortest possible time. Have fun.
Download (MB)
Added: 2006-05-29 License: GPL (GNU General Public License) Price:
1244 downloads
OpenRTS 0.2
OpenRTS is an open source realtime strategy game. more>>
OpenRTS is an open source realtime strategy game. OpenRTS game features isometric graphics, networked multiplayer and single-player scenarios. The game is being developed using Python and SDL.
Main features:
- Creating an exciting realtime strategy gameplay is the goal of the project.
- Isometric graphics, using an improvement called isometric mouse maps. See the Screenshots.
- Networked multiplayer using a client/server architecture.
- Single-player scenarios for skirmish games.
Enhancements:
- Network game support using the Twisted framework, new animations and selection of multiple units, support for psyco just-in-time compolation, improved path finding using Astar, and many bugfixes.
- New translations to Norwegian and German were included.
<<lessMain features:
- Creating an exciting realtime strategy gameplay is the goal of the project.
- Isometric graphics, using an improvement called isometric mouse maps. See the Screenshots.
- Networked multiplayer using a client/server architecture.
- Single-player scenarios for skirmish games.
Enhancements:
- Network game support using the Twisted framework, new animations and selection of multiple units, support for psyco just-in-time compolation, improved path finding using Astar, and many bugfixes.
- New translations to Norwegian and German were included.
Download (1.7MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1280 downloads
Quadra 1.1.8
Quadra is a shareware, TCP/IP multiplayer T*tris-like game. more>>
Quadra project is a shareware, TCP/IP multiplayer T*tris-like game.
Quadra is an addictive puzzle game and competitive, action-packed multiplayer game all-in-one.
It features incredibly smooth gameplay, recursive line clearing allowing blocks to combine in violent chain reactions, block shadow to help you drop blocks with precision 10 levels with colorful background images and matching sound effects, integrated CD music player, worldwide highscore table with recordings of your best performances, fully configurable multiplayer mode with team play, keep an eye on your opponents with the remote watch windows, chat window, powerful and flexible user interface TCP/IP support for internet or LAN multiplayer games and more.
Enhancements:
- New handicap system.
- Improved support for themes.
- Source code comments partially translated to english.
- Added some support for statistics.
- Still more work cleaning up the distribution.
- HTTP proxy support.
- Various bugs fixed.
<<lessQuadra is an addictive puzzle game and competitive, action-packed multiplayer game all-in-one.
It features incredibly smooth gameplay, recursive line clearing allowing blocks to combine in violent chain reactions, block shadow to help you drop blocks with precision 10 levels with colorful background images and matching sound effects, integrated CD music player, worldwide highscore table with recordings of your best performances, fully configurable multiplayer mode with team play, keep an eye on your opponents with the remote watch windows, chat window, powerful and flexible user interface TCP/IP support for internet or LAN multiplayer games and more.
Enhancements:
- New handicap system.
- Improved support for themes.
- Source code comments partially translated to english.
- Added some support for statistics.
- Still more work cleaning up the distribution.
- HTTP proxy support.
- Various bugs fixed.
Download (3.3MB)
Added: 2006-12-19 License: LGPL (GNU Lesser General Public License) Price:
1043 downloads
Oddspace 1.2
Oddspace project is a multiplayer 2D space shooter. more>>
Oddspace project is a multiplayer 2D space shooter.
Its somewhat similar to Asteroids.
Getting Started
1. Install Java 1.4 or later
2. Download the zip and extract it to some directory
3. Since Oddspace is a multiplayer game you must first have a server to connect to. Start a server with the command "java -classpath . net.killingar.oddspace.Server" (or if you are on Windows, use server.bat). Select game mode first, then click "Start Server", now the server is running.
4. To connect to a server start the client with the command "java -classpath . net.killingar.oddspace.Client" (or if you are using windows, use the client.bat file)
5. Connect to the server by going to the "options" tab, then typing the servername in the "server" field (use localhost to use the one you just started), type your username in the "username" field and if you have a password type this also. Now click connect.
<<lessIts somewhat similar to Asteroids.
Getting Started
1. Install Java 1.4 or later
2. Download the zip and extract it to some directory
3. Since Oddspace is a multiplayer game you must first have a server to connect to. Start a server with the command "java -classpath . net.killingar.oddspace.Server" (or if you are on Windows, use server.bat). Select game mode first, then click "Start Server", now the server is running.
4. To connect to a server start the client with the command "java -classpath . net.killingar.oddspace.Client" (or if you are using windows, use the client.bat file)
5. Connect to the server by going to the "options" tab, then typing the servername in the "server" field (use localhost to use the one you just started), type your username in the "username" field and if you have a password type this also. Now click connect.
Download (1.5MB)
Added: 2006-11-15 License: Public Domain Price:
1073 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 multiplayer 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