A multi-player and network enable Big Two Card Game with GUI code in Java. Used Object Orianted Porgramming, Java Swing Components, and multi-threading.
- Compile all
BigTwoServer.java
andBigTwoClient.java
javac BigTwoServer.java BigTwoClient.java
- Run the server
java BigTwoServer
- Open a new terminal, run the game
java BigTwo
- Repeat step 3 until all 4 players are loaded
- Play according to Big Two Card rules https://www.pagat.com/climbing/bigtwo.html.