Command line card games written in Java. This is a learning exercise/project for Java. More card games will probably be added in the future in their own package.
What things you need to run the software and how to install them
Java 8 runtime
Don't have the Java 8 runtime? Install the runtime with ninite, it's a simple installer for Windows. Or you can check out the official Oracle download page.
Downloading a copy of the project with git
git clone https://github.com/auroraboreibis/cardgames.git
or you can just download the zip.
Unzip the download of the project and open the folder. If you're on Windows, you can double-click WindowsLaunch.bat to start the program.
If your on linux or mac, download the zip, change directory to the project folder and run this once:
chmod +x launcher.sh
then:
./launcher.sh
to start the program.