资 源 简 介
This project provides a simple Jacks-or-Better poker game engine in Java.
The Game class encapsulates all the game logic needed to play solitaire poker, you just need to add your own GUI.
The hand evaluation code is fairly naive so this implementation is probably not suitable for simulations where speed is important.
This project uses Maven and includes over 100 unit tests.
A full GUI demo program is included. The demo requires the PsilentCardGraphics4J library.