An open API service indexing awesome lists of open source software.

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

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.