Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 416 Bytes

File metadata and controls

13 lines (12 loc) · 416 Bytes

blackjack

A simple blackjack game in Java/Graphics2D.
Compile with

javac @Sources.txt

Then, make it an executable JAR file with

jar -cfm Blackjack.jar Manifest.txt *.class img cards

Or, you can download the executable JAR file here.