Skip to content

A multi-player and network enable Big Two Card Game with GUI code in Java.

Notifications You must be signed in to change notification settings

wincsw/Big-Two-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big-Two-Game

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.

Quick Start

  1. Compile all BigTwoServer.java and BigTwoClient.java
javac BigTwoServer.java BigTwoClient.java
  1. Run the server
java BigTwoServer
  1. Open a new terminal, run the game
java BigTwo
  1. Repeat step 3 until all 4 players are loaded
  2. Play according to Big Two Card rules https://www.pagat.com/climbing/bigtwo.html.

Game Screenshot

Game_Screeshot

About

A multi-player and network enable Big Two Card Game with GUI code in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published