multiplayer online
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1184
Ragnarok Online Client 0.0.2
Ragnarok Online Client project is a client to the Ragnarok online network. more>>
Ragnarok Online Client project is a client to the Ragnarok online network.
Ragnarok Online Client is a client to the Ragnarok online network, an MMORPG.
This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date just by the library.
Enhancements:
- Made it work with current iRO and improved it to be able to stay online until one kills it ... though no user interaction is implemented yet
<<lessRagnarok Online Client is a client to the Ragnarok online network, an MMORPG.
This project only provides an API to be able to program a client without having to understand the protocol itself, and to keep up-to-date just by the library.
Enhancements:
- Made it work with current iRO and improved it to be able to stay online until one kills it ... though no user interaction is implemented yet
Download (0.016MB)
Added: 2007-01-04 License: GPL (GNU General Public License) Price:
16761 downloads
arianne 0.12
arianne is a multiplayer online game engine project. more>>
Arianne is a multiplayer online games framework and engine to develop turn based and real time games.
It provides a simple way of creating games on a portable and robust server architecture. The server is coded in Java and uses Python for your game description, provides a MySQL backend and uses an UDP transport channel to communicate with dozens of players.
Our reference client engines are coded using Java and the C language in order to achieve maximum portability.
Arianne has been in development since 1999 and has evolved from a tiny application written in pseudo-C++ to a powerful, expandable but simple server framework, running on the Java platform, and a portable client framework, written in bare C to allow total portability of ariannes clients. Ariannes server is totally client agnostic.
Since the beginning, the key concept at the heart of Ariannes development has been KISS: Keep it simple, stupid!
Arianne games are playable. It now hosts several games:
* a multiplayer Gladiators fighting game
* a multiplayer Pacman game
All our efforts are supported by ariannes server: Marauroa.
Marauroa is completely written in Java using a multithreaded server architecture with a UDP oriented network protocol, a MySQL based persistence engine and a flexible game system. The game system is totally expandable and modifiable by game developers and is able to run Python scripts defining the games rules.
Marauroa is based on a design philosophy we called Action/Perception. Each turn a perception is send to the clients explaining what they currently perceive. Clients can ask the server to perform any action in their name using actions. Marauroa is totally game agnostic and makes very little assumptions about what are you trying to do, allowing a great freedom to create any game type.
Bugs are facts of life, they just happen.
On Arianne we care about code quality so code is fully tested using Test Units with JUnit and cppunit, so all modules are tested for most common cases, allowing a better quality software to be deployed.
The name originated from the Greek name Ariadne. (Latin; Arianna and from French; Arianne). Ariadne is a famous character in Greek mythology. She was the daughter of King Minos of Crete and she was in love with Theseus, the Athenian hero who killed the Minotaur ( a half human, half bull creature).
Theseus married her, however, then later left her alone on the island of Naxos. Ariadne later married Dionisos the God of Wine. The name Ariadne originates from the ancient Greek words ari which means intelligent and adnis which means pure (as in a virgin). Hence, the daughters of the Romans and Greeks where often called by this name.
<<lessIt provides a simple way of creating games on a portable and robust server architecture. The server is coded in Java and uses Python for your game description, provides a MySQL backend and uses an UDP transport channel to communicate with dozens of players.
Our reference client engines are coded using Java and the C language in order to achieve maximum portability.
Arianne has been in development since 1999 and has evolved from a tiny application written in pseudo-C++ to a powerful, expandable but simple server framework, running on the Java platform, and a portable client framework, written in bare C to allow total portability of ariannes clients. Ariannes server is totally client agnostic.
Since the beginning, the key concept at the heart of Ariannes development has been KISS: Keep it simple, stupid!
Arianne games are playable. It now hosts several games:
* a multiplayer Gladiators fighting game
* a multiplayer Pacman game
All our efforts are supported by ariannes server: Marauroa.
Marauroa is completely written in Java using a multithreaded server architecture with a UDP oriented network protocol, a MySQL based persistence engine and a flexible game system. The game system is totally expandable and modifiable by game developers and is able to run Python scripts defining the games rules.
Marauroa is based on a design philosophy we called Action/Perception. Each turn a perception is send to the clients explaining what they currently perceive. Clients can ask the server to perform any action in their name using actions. Marauroa is totally game agnostic and makes very little assumptions about what are you trying to do, allowing a great freedom to create any game type.
Bugs are facts of life, they just happen.
On Arianne we care about code quality so code is fully tested using Test Units with JUnit and cppunit, so all modules are tested for most common cases, allowing a better quality software to be deployed.
The name originated from the Greek name Ariadne. (Latin; Arianna and from French; Arianne). Ariadne is a famous character in Greek mythology. She was the daughter of King Minos of Crete and she was in love with Theseus, the Athenian hero who killed the Minotaur ( a half human, half bull creature).
Theseus married her, however, then later left her alone on the island of Naxos. Ariadne later married Dionisos the God of Wine. The name Ariadne originates from the ancient Greek words ari which means intelligent and adnis which means pure (as in a virgin). Hence, the daughters of the Romans and Greeks where often called by this name.
Download (0.05MB)
Added: 2005-04-01 License: GPL (GNU General Public License) Price:
1666 downloads
Mica 0.8
Mica is a networked and persistent Object-Oriented programming language. more>>
Mica is a system for building network-accessible multiuser portable applications. It is a programming language and object environment designed to be accessible by more than one programmer at a time.
It includes an implementation of a mostly pure object oriented language. Automatic persistence, reflection, strong encapsulation, multiple dispatch, and run-time security are some of its features.
Mica is designed with extensible "Collaborative Virtual Environments" (CVEs) in mind. In particular I intend to implement a highly-collaborative authoring environment within which users and agents can cooperate. Other subsets of CVEs include MUDs/MOOs or massively multiplayer online games.
Main features:
- Long-running / persistent and extensible applications. (Mica provides transparent persistence, meaning the objects that you use in your application will be there the next time you restart Mica.)
- Networked applications. (Mica is designed to concurrently execute many sessions at once)
- Collaborative applications hosting multiple concurrent authors. (Mica provides the tools to make sure the objects you create in a running collaborative application can be made secure and wont be overwritten by others)
- Rapidly prototyped software. (Micas prototype inheritance allows object relationships to evolve over time in a more intuitive way than many traditional class-based object oriented languages)
- Software with lots of objects with complex, evolving behaviours. (Micas use of multiple dispatch often makes modeling the actions an object can take much simpler and more intuitive.)
<<lessIt includes an implementation of a mostly pure object oriented language. Automatic persistence, reflection, strong encapsulation, multiple dispatch, and run-time security are some of its features.
Mica is designed with extensible "Collaborative Virtual Environments" (CVEs) in mind. In particular I intend to implement a highly-collaborative authoring environment within which users and agents can cooperate. Other subsets of CVEs include MUDs/MOOs or massively multiplayer online games.
Main features:
- Long-running / persistent and extensible applications. (Mica provides transparent persistence, meaning the objects that you use in your application will be there the next time you restart Mica.)
- Networked applications. (Mica is designed to concurrently execute many sessions at once)
- Collaborative applications hosting multiple concurrent authors. (Mica provides the tools to make sure the objects you create in a running collaborative application can be made secure and wont be overwritten by others)
- Rapidly prototyped software. (Micas prototype inheritance allows object relationships to evolve over time in a more intuitive way than many traditional class-based object oriented languages)
- Software with lots of objects with complex, evolving behaviours. (Micas use of multiple dispatch often makes modeling the actions an object can take much simpler and more intuitive.)
Download (0.41MB)
Added: 2005-04-15 License: GPL (GNU General Public License) Price:
1653 downloads
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.
<<lessStory:
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.
Added: 2007-04-23 License: Freeware Price:
1615 downloads
London Law 0.2.1
London Law is a networked multiplayer manhunting board game. more>>
London Law is a networked multiplayer manhunting board game.
London Law is an online multiplayer adaptation of the classic Scotland Yard board game. One player controls the movements of the criminal Mr. X as he tries to evade Scotland Yard, while another one to five players control five detectives trying to track him down.
The game client features an attractive map overlaid on high-resolution satellite imagery.
<<lessLondon Law is an online multiplayer adaptation of the classic Scotland Yard board game. One player controls the movements of the criminal Mr. X as he tries to evade Scotland Yard, while another one to five players control five detectives trying to track him down.
The game client features an attractive map overlaid on high-resolution satellite imagery.
Download (3.1MB)
Added: 2005-07-21 License: GPL (GNU General Public License) Price:
1556 downloads
Genecys 0.2
Genecys is a 3D multiplayer online RPG. more>>
Genecys is a 3D multiplayer online RPG. It is designed to be a purely dynamic, large open environment for players to explore and play out a life however they wish.
The environment will evolve through interactions between the NPC AI, and the players over time. The primary goal of the game is to provide an open-ended play experience for all involved, with no set goals or jobs that must be completed.
If the player wishes to be a simple farmer, he should be free to do so. The game is a third-person perspective 3D game written in C. The Genecys MMORPG is released under an open source GNU/GPL license.
<<lessThe environment will evolve through interactions between the NPC AI, and the players over time. The primary goal of the game is to provide an open-ended play experience for all involved, with no set goals or jobs that must be completed.
If the player wishes to be a simple farmer, he should be free to do so. The game is a third-person perspective 3D game written in C. The Genecys MMORPG is released under an open source GNU/GPL license.
Download (31.2MB)
Added: 2005-09-08 License: GPL (GNU General Public License) Price:
1507 downloads
Wolfenstein: Enemy Territory Map Packs
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. more>>
Wolfenstein: Enemy Territory is a Multiplayer Online First Person Shooter. Wolfenstein: Enemy Territory is a team game; you will win or fall along with your comrades. The only way to complete the objectives that lead to victory is by cooperation, with each player covering their teammates and using their class special abilities in concert with the others.
Featuring multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
<<lessFeaturing multiplayer support for as many as 64 players, Wolfenstein: Enemy Territory challenges gamers to the ultimate test of teamwork and strategy. Each of the five character classes is critical to a teams ultimate victory or defeat on the battlefield. The Covert Operative class allows players to steal uniforms, perform reconnaissance and gain access to enemy positions. While, the Engineer allows the Axis and Allied teams to lay and diffuse mines as well as build battlefield bridges, towers, forward command bases and other improvements in the midst of combat to gain advantages for their team.
Wolfenstein: Enemy Territory further online players the option to slug it out in the intense Team Last-Man-Standing game mode, where squad-mates cooperate to ensure their team has the last surviving man on the battlefield. With new game modes, character classes, weaponry, and added tactical skills, Wolfenstein: Enemy Territory will keep gamers in the trenches for hours.
Download (110.4MB)
Added: 2006-02-02 License: Freeware Price:
1361 downloads
Call of Combat 0.99956
Call of Combat is a 3d online, multiplayer, wargame where you control an infantry squad in WWII. more>>
Call of Combat is a 3d online, multiplayer, wargame where you control an infantry squad in WWII.
Free real-time multiplayer squad based WW2 infantry simulation. Play as Axis or Allies on over 50 user submitted battlefields controlling your squad of 4 soldiers and working with up to 30 other players to defend, attack or annihilate the enemy.
If you survive youll gain promotion points that will eventualy gain you higher rank, respect, and the responsibility to command other players. Join a Clan (Army Groups) and battle alongside your friends for first place honors.
Full stat tracking of individual and team wins and losses, kills and deaths, etc creates a persistent record of each player and clan within the game and more importantly tracks your legacy from green recruit to super soldier.
This game started as a clone of 2ams Chain of Command.
<<lessFree real-time multiplayer squad based WW2 infantry simulation. Play as Axis or Allies on over 50 user submitted battlefields controlling your squad of 4 soldiers and working with up to 30 other players to defend, attack or annihilate the enemy.
If you survive youll gain promotion points that will eventualy gain you higher rank, respect, and the responsibility to command other players. Join a Clan (Army Groups) and battle alongside your friends for first place honors.
Full stat tracking of individual and team wins and losses, kills and deaths, etc creates a persistent record of each player and clan within the game and more importantly tracks your legacy from green recruit to super soldier.
This game started as a clone of 2ams Chain of Command.
Download (MB)
Added: 2006-02-16 License: GPL (GNU General Public License) Price:
1353 downloads
Daimonin 0.9.7
Daimonin is a isometric real-time massive multiplayer Online RPG game. more>>
Daimonin is a FREE isometric real-time massive multiplayer Online RPG. 2d/3d graphics, 3d sound effects, digital ambient music.
Fast expanding world and community. Thousands of items, spells, monsters, quests... Group playing, guilds and clans. Monster AI and factions. The game play allows great object interaction.
You can open every chest or shelf you found somewhere in the game. Torches on the wall can be turned on or off. Items have detailed and complex description.
Enhancements:
- group playing
- instance maps
- new talk interface
- complex quest system
- several times bigger game world
- about 40-50 news monsters
- more and better animations
- many hundred new objects
- new map editor
- map wizard system
- VOL/GM volunteer system
- new spells
- DPS/THAC system
- and much more including many technical changes
<<lessFast expanding world and community. Thousands of items, spells, monsters, quests... Group playing, guilds and clans. Monster AI and factions. The game play allows great object interaction.
You can open every chest or shelf you found somewhere in the game. Torches on the wall can be turned on or off. Items have detailed and complex description.
Enhancements:
- group playing
- instance maps
- new talk interface
- complex quest system
- several times bigger game world
- about 40-50 news monsters
- more and better animations
- many hundred new objects
- new map editor
- map wizard system
- VOL/GM volunteer system
- new spells
- DPS/THAC system
- and much more including many technical changes
Download (24MB)
Added: 2007-05-25 License: Freeware Price:
1336 downloads
Kamikaze 0.2.2
Kamikaze is a bomberman-style action game for KDE. more>>
Kamikaze project is a bomberman-style action game for KDE. Multiple themes, rulesets and internet level updates are provided to the player. Online multiplayer games are supported as well.
Main features:
- 4 Themes, and original graphics can be used, too
- 10 levels, and unlimited more (see the Level sharing page)
- new!Internet level repository
- Level editor
- Support for the GGZ Gaming Zone
- new!Network protocol
- Snapshot versions for OPIE
- Port to Python/SDL
Enhancements:
- When playing online, player statistics are now registered with the server.
- All other modifications are maintenance updates to make it work with current KDE and GGZ versions.
- All data files were converted to UTF-8 to get rid of umlaut display problems.
<<lessMain features:
- 4 Themes, and original graphics can be used, too
- 10 levels, and unlimited more (see the Level sharing page)
- new!Internet level repository
- Level editor
- Support for the GGZ Gaming Zone
- new!Network protocol
- Snapshot versions for OPIE
- Port to Python/SDL
Enhancements:
- When playing online, player statistics are now registered with the server.
- All other modifications are maintenance updates to make it work with current KDE and GGZ versions.
- All data files were converted to UTF-8 to get rid of umlaut display problems.
Download (2.6MB)
Added: 2006-04-10 License: GPL (GNU General Public License) Price:
1294 downloads
Wurm Online 1.3.8
Wurm Online is 3D FPP MMORPG game. more>>
Wurm Online is 3D FPP MMORPG game.
Online multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.
<<lessOnline multiplayer role-playing game, where players walk freely in a big 3D world chatting, gathering resources, building towns, making items, trading, fighting with other players and computer controlled creatures. Chose your path - crafting or PvP fighting. Join a village or live solo. Massive skill tree with skill affected by your actions.
Download (0.004MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1278 downloads
online.php 1.0
online.php analyses /var/log/ppp-usage and displays connection statistics. more>>
online.php analyses /var/log/ppp-usage and displays connection statistics. It also prints some information about your current PPP connection.
Well, I was inspired by the script Onlinecalc by Michael Schlenstedt (Michael@adsl4linux.de). His script is heavily based upon "calc" by Ulrich Schmitz.
Since Onlinecalc did not fit my needs, I did a complete rewrite in php.
Main features:
- reads /var/log/ppp-usage and prints a table with a row for each month.
- also calculates the values of the current connection.
- completely written in PHP.
- display connect-time as dd:hh:mm:ss
- display volumes as 123 456 789,12 MB
- displays chronologically (maybe I will change the sorting later to reverse)
<<lessWell, I was inspired by the script Onlinecalc by Michael Schlenstedt (Michael@adsl4linux.de). His script is heavily based upon "calc" by Ulrich Schmitz.
Since Onlinecalc did not fit my needs, I did a complete rewrite in php.
Main features:
- reads /var/log/ppp-usage and prints a table with a row for each month.
- also calculates the values of the current connection.
- completely written in PHP.
- display connect-time as dd:hh:mm:ss
- display volumes as 123 456 789,12 MB
- displays chronologically (maybe I will change the sorting later to reverse)
Download (0.004MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1228 downloads
online-bookmarks 0.6.9
online-bookmarks is a bookmarks management system to store bookmarks, favorites, and links on the WWW. more>>
online-bookmarks is a bookmarks management system to store bookmarks, favorites, and links on the WWW where they actually belong.
online-bookmarks projects is meant for people who work often with different computers and browsers. It supports multiple users, multiple languages, and has a folder structure of arbitrary depth.
Importing and exporting bookmarks from and to Opera, Netscape, Mozilla, and Internet Explorer are possible.
<<lessonline-bookmarks projects is meant for people who work often with different computers and browsers. It supports multiple users, multiple languages, and has a folder structure of arbitrary depth.
Importing and exporting bookmarks from and to Opera, Netscape, Mozilla, and Internet Explorer are possible.
Download (0.047MB)
Added: 2006-07-13 License: GPL (GNU General Public License) Price:
1200 downloads
Online Recruitment Agency 1.25
Online Recruitment Agency is Web-based recruitment agency software. more>>
Online Recruitment Agency project is Web-based recruitment agency software.
You can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user.
Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates.
On the public page, potential employees can search the job listings or view by category or department.
Enhancements:
- Bugs in the common and database library files were fixed.
<<lessYou can manage all of your recruitment efforts on your Web site, and set up job locations, categories, departments, and job titles from the Web interface as an admin user.
Regular users can then add/edit/delete jobs. The public interface can be very easily customized to your site design using templates.
On the public page, potential employees can search the job listings or view by category or department.
Enhancements:
- Bugs in the common and database library files were fixed.
Download (0.11MB)
Added: 2006-08-22 License: Other/Proprietary License Price:
1167 downloads
WorldForge::Mercator 2.0.5
WorldForge::Mercator is primarily aimed at terrain for multiplayer online games and forms one of the WorldForge core libraries. more>>
WorldForge::Mercator is primarily aimed at terrain for multiplayer online games and forms one of the WorldForge core libraries. It is intended to be used as a terrain library on the client, while a subset of features are useful on the server.
Mercator is designed in such a way that individual tiles can be generated on-the-fly from a very small source data set. Each tile uses a fast deterministic random number generation to ensure that identical results are produced "anytime, anywhere". This enables transmission of terrain across low bandwidth links as part of the standard data stream, or server side collision detection with the same terrain that the player sees.
The use of tiles means that there is inherently a large degree of gross control of the shape of the terrain. Finer control is implemented by allowing geometric modifications - for example, a polygonal area might be flattened, or a crater could be applied.
<<lessMercator is designed in such a way that individual tiles can be generated on-the-fly from a very small source data set. Each tile uses a fast deterministic random number generation to ensure that identical results are produced "anytime, anywhere". This enables transmission of terrain across low bandwidth links as part of the standard data stream, or server side collision detection with the same terrain that the player sees.
The use of tiles means that there is inherently a large degree of gross control of the shape of the terrain. Finer control is implemented by allowing geometric modifications - for example, a polygonal area might be flattened, or a crater could be applied.
Download (0.077MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1156 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 online 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