DarrenChangJR / JavaGUICardGame

A Java implementation of the Big Two card game with swing GUI, client-server interaction, and multi-threading.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Big Two

sample gameplay

Installation and Usage

  1. Clone this repository
  2. cd to the cloned repository
  3. javac *.java
  4. java BigTwoServer
  5. Create 4 terminal tabs and run java BigTwo in each of them, or get friends.
  6. Enjoy!

About

A Java implementation of the Big Two card game with swing GUI, client-server interaction, and multi-threading.

License:MIT License


Languages

Language:Java 100.0%