Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T16:24:47.000Z (24 days ago)
- Last Synced: 2025-01-19T17:31:32.248Z (23 days 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:
![StartupScreen](https://user-images.githubusercontent.com/63798176/156886957-392cbf60-9e38-4919-a966-a30bccb62039.jpg)
Playing card configuration;
![CardConfiguration](https://user-images.githubusercontent.com/63798176/215358517-8fc051cb-7432-41d3-b93d-45b92b8195f6.jpg)
Three person card game:
![3Persons](https://user-images.githubusercontent.com/63798176/154863821-ac1c6d52-9edd-41ec-8086-c2fca580a84c.jpg)
Four person card game:
![4Persons](https://user-images.githubusercontent.com/63798176/154863837-7ca4a449-05b8-4125-af4f-f9d14c3b7209.jpg)
Seven person card game:
![7Persons](https://user-images.githubusercontent.com/63798176/154863846-6f302da0-0ab9-4320-819a-9ab08e4ceb65.jpg)