Back to Basic Computer Games

README

01_Acey_Ducey/java/README.md

latest385 B
Original Source

Original source downloaded from Vintage Basic

Conversion to Oracle Java

Two versions of Acey Ducey have been contributed.

The original upload supported JDK 8/JDK 11 and uses multiple files and the second uses features in JDK 17 and is implemented in a single file AceyDucey17.java.

Both are in the src folder.