mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-20 14:22:50 -08:00
Original source downloaded from Vintage Basic
Converted to D by Bastiaan Veelo.
The Basic original required words to be exactly five letters in length for the program to behave correctly. This version does not replicate that limitation, and the test for that requirement is commented out.
Running the code
Assuming the reference dmd compiler:
dmd -dip1000 -run word.d
Other compilers also exist.