A Java networked GUI Game example.
This Java networked GUI game I designed for a Java course at UMF. I got an 'A' on it. It is a game displaying Java's ability to send information to and from other computers. It also implemented the rules of the game. You need Java J2EE From Zip: here to download MirenBad.zip to run it on your own computer.
Source code:
MirenBadFrame.java
MirenbadTester.java
MirenbadCard.java
MirenBadModel.java
MirenBadClient.java
MirenBadListener.java
MirenBadView.java