Multiplayer Game platforms, what's out there?

Does anyone know of Multiplayer Game platforms that are out there? Java based, not J2EE

I’m just doing something like an othello game or perhaps a small cart game?

/Tobias

I have a multiplayer java gaming api that I made. I’ll send it to you if you want it.

Jason

Sure, send your package to: tobias@comopt.com
Regards
Tobias

me too, pls!
;D

[quote]I have a multiplayer java gaming api that I made.  I’ll send it to you if you want it.

Jason
[/quote]
Thanks for your source code too !
wangdong@uncnet.com

me too, me too!!! :wink:
xarnaudx@hotmail.com
I think you could put it directly on the net! :wink:

hi,

check out www.terraplay.com. It supports a range of client architectures with a single generic server side including turn based Java games.

cheers clunk

I took a look at the Terraplay site and I didn’t see anything at all about supporting Java. It is a C++ API.

Did I miss something? ???

And yes, I know you can use JNI to talk to C++. But that is not the same as supporting Java.

–Brad

In a PDF I found something of ‘J2SE (under development)’.

hi Herkules, bmyers

on larger platforms (PS2, PC etc) a code lib is included in the SDK and this is C++.

For mobile Terraplay utilises a protocol model where developers code towards it, allowing a small footprint which is difficult to achieve using standard APIs etc.

The SDK today supports any language provide the protocol is followed, but the examples are in C++. The extension which is coming is for http as a bearer, and yep that is aimed primarily at Java. However some phones support TCP from the JVM today.

If you want to look at the sdk and model please drop me a line jeremy@terraplay.com

cheers J

FYI

http://www.xadran.com
http://www.demivision.com

I couldn’t find the xadran site. Is there a typo or did it get yanked?

The link should read http://www.xadra.com, a nice company by the way.

Another available gaming platform is GEX, you can find information at http://www.gamefederation.com/gamedeveloper/. It has api:s for J2ME and J2SE and can be downloaded and tested for free.

I’m surprised that there aren’t any platforms out there that are for free. All of the ones posted here have a cost involved.
I am looking for a platform where one can log in, there are rooms to go into and play e.g. othello or some other game.
My intention was to create a motorbike racing game, like a simple cart game that you watch from above, and hoped that there would be something based on Java, well actually any other language would probably do, but it should be for free.
I’ve started doing some coding on one, based on JAVA, but then I thought there have to be tons of these platforms out there.
There are quite a few issues with designing games like this, considering performace issue (well especially for a cart game), and firewall issues, and downloading time issues. I’ve been thinking XML as a transport protocol, but then I thought no that will be way to slow packing and unpacking that, not to mention the extra time in downloading. So I was writing some specs for messages that needs to exists, and wooooh there were many. The conclusion to this was ofcourse, why reinvent the wheel, so you guys out there who knows about this, if you don’t know about a free platform, perhaps you could hint me in the right direction on where to find good information about building one.

Tobias - www.BikerChurch.nu