mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 07:10:42 -08:00
Original source downloaded from Vintage Basic
Conversion to Kotlin, structure inspired from the Java port.
How to Run
- Install kotlin command line compiler from JetBrains.
- Compile with
kotlinc diamond.kt -include-runtime -d diamond.jar - Run with
java -jar diamond.jar
Changes from Original
This version validates that user input is correct.