https://github.com/yafei-w/final-card-game
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.
https://github.com/yafei-w/final-card-game
card-games games general-purpose generic java javafx live-person multiplayer multiplayer-games
Last synced: 3 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/yafei-w/final-card-game
- Owner: Yafei-W
- Created: 2022-03-04T21:21:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T16:24:47.000Z (5 months ago)
- Last Synced: 2025-01-30T04:42:59.061Z (5 months ago)
- Topics: card-games, games, general-purpose, generic, java, javafx, live-person, multiplayer, multiplayer-games
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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 GitHub releases at https://github.com/Yafei-W/final-card-game/releases/latest;
- From pCloud at http://u.pc.cd/1pi;
- From Baidu at https://pan.baidu.com/s/1ta-cj93XJzXRw8gdtAU9nA?pwd=h3qf with code "h3qf".The binaries are packaged with Oracle Java 21. 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:

Playing card configuration;

Three person card game:

Four person card game:

Seven person card game:
