A simple blackjack game in Java/Graphics2D.
Compile with
javac @Sources.txtThen, make it an executable JAR file with
jar -cfm Blackjack.jar Manifest.txt *.class img cardsOr, you can download the executable JAR file here.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple blackjack game in Java/Graphics2D.
Compile with
javac @Sources.txtThen, make it an executable JAR file with
jar -cfm Blackjack.jar Manifest.txt *.class img cardsOr, you can download the executable JAR file here.