Skip to content

Final Card Game is a generic program that can be used to play many different card games by up to 16 players using maximum of 10 decks of cards.

Notifications You must be signed in to change notification settings

Yafei-W/final-card-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

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

About

Final Card Game is a generic program that can be used to play many different card games by up to 16 players using maximum of 10 decks of cards.

Topics

Resources

Stars

Watchers

Forks