/deck-of-cards

Java API for games with playing cards.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

deck-of-cards

Run on Repl.it

NOTE: To run on repl, go to Version Control, and select repl-version in the branch dropdown. You must be signed in to use Version Control, but you can use your GitHub account. When the "Run Configuration" window shows up, enter ./main.sh in the "Command" slot.

This is a Java API for making card games with decks of cards. You will need some version of JDK (this was programmed on OpenJDK 11, but you know how this kind of thing works).

To compile all the files, enter make all while in the directory. To clean up the directory to its initial state, enter make clean.