https://github.com/heziode/card-game-library
Simple card game library in Java with JavaFX, and use generics
https://github.com/heziode/card-game-library
Last synced: 11 months ago
JSON representation
Simple card game library in Java with JavaFX, and use generics
- Host: GitHub
- URL: https://github.com/heziode/card-game-library
- Owner: Heziode
- Created: 2016-12-08T18:40:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-08T19:55:35.000Z (over 9 years ago)
- Last Synced: 2025-03-25T21:19:54.222Z (about 1 year ago)
- Language: Java
- Size: 1.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Card Game Library
> [version française du README](https://github.com/Heziode-dev/Card-Game-Library/blob/master/README_FR.md)
This library consists of a set of generic classes that can be used to create card games.
Example of use : [BlackJack Java](https://github.com/Heziode-dev/BlackJack-Java)
## How does it work ?
It's simple, the library was entirely written using generics. A set of ready-to-use classes are available and are prefixed by **Simple**, it is a set of 52 cards.
The project can be compiled with Ant.
## Licence
(The MIT License)
Copyright (c) 2016 - Dauprat Quentin, Duval Florian, Girault Jeoffrey & Michel Fabien
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.