My open source game

I’ve been working on this multiplayer 3rd person shooter for awhile now. It was meant for a high school project and I don’t have so much time now. Just saying if anyone is interested:

http://conflictonline.googlecode.com

Put it rather in the forum called “Games showcase”. I’m going to look at your source code. Thank you very much, it is nice to make an open source game, maybe many people will reuse your code.

You used JOGG and JORBIS too! TUER has always used it from the beginning of the project! Fine! Can you put a screenshot of your game?

Why did you use some sockets rather than RMI?

There is a link called Screenshots… and yes I used jorbis. i don’t know what RMI is but my networking code works perfectly fine.

RMI allows some java programs to communicate together very simply in a client/server architecture. It is an higher level layer above the sockets and it is often faster than directly using the sockets.