Help writing a multiplayer internet Monopoly Game in a Java Applet?
Tuesday, March 9th, 2010 at
1:08 am
I am not very experienced in Java. I want to create a game of monopoly that works over the internet so that users can play together from different computers. I do not know how to write a server side program to run and coordinate the game, or how the applets would talk to it. Help please.

This sort of this is well outside your skill set.
Not to mention that Milton Bradley owns the Monopoly trademark, a patent on the game system, and already offers digital versions of the game that include online play, which means your plan won’t work from a practical standpoint, nonetheless a technical one.
You’ll need to learn Java programming step-by-step. Here is a good online tutorial. You may want to skim the first 5 chapters to make sure that you know the essentialsl the programming really begins in chapter 6.
http://chortle.ccsu.edu/CS151/cs151java.html