mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-22 22:56:08 -07:00
b28a12f52a
Notes relating to both contributed versions of Acey Ducey for Java.
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.