I want to do a very simple multiplayer game (ultimately for the videoCubes demo) but I can't really get my head around the problem.
Let's just setup the simplest case--3 people are in an environment--all from different computers. They are moving their view platforms around. Let's say each person is represented by a cube. If I move, then the other two players should see that. If one of them moves, I should see it. So, how does one make that work. I guess we could have the Behavior send out an RMI on Behaviors on each player's machine. What are the other approaches? Did the MMPORG site ever get established? I do realize that some other postings on this topic are on the archive but none are simple enough for me. Thanks-- Alex =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
