Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 2.16 KB

README.md

File metadata and controls

42 lines (25 loc) · 2.16 KB

Final Card Game

The Final Card Game is a general purpose card game. It is designed to have these features:

  • It is a generic card game application that can be used to play many different kinds of card games as there is no rule restriction to any specific game;
  • Up to 16 players can connect to gather around a virtual game table so they can share a common card game live;
  • Up to 10 full decks of cards are provided with the numbers of all cards configurable;
  • It has several different card areas that can be used to suit different card games;
  • It is implemented in Java using JavaFX for graphic user interface as a balance between cross-platform compatibility and rich user experience.

The latest binaries can be downloaded from the following locations:

The binaries are packaged with Oracle Java 17. Download the zip file of your platform, unzip and run the FinalCardGame script under the bin folder . Once the program starts, click on the "Menu" button to access a pop-up menu. Select "Help", then "Getting Started" and "The App" for further instructions.

Note that this is a closed-source project. Only releases are available.

Submit issues and suggestions to https://github.com/Yafei-W/final-card-game/issues.

Sample screen shots.

Start-up screen showing player connection options:

StartupScreen

Playing card configuration;

CardConfiguration

Three person card game:

3Persons

Four person card game:

4Persons

Seven person card game:

7Persons