25_Chief/lua/README.md
Original source downloaded from Vintage Basic
Conversion to Lua by Alex Conconi
I did not like the old Western movie language style in the game introduction and decided to tone it down, even if this deviates from the original BASIC version.
The craps_game function contains the main game logic: it
explain_solution to print the various steps of the computation;bolt if necessary.Added basic input validation to accept only valid integers for numeric input.
Minor formatting edits (lowercase, punctuation).
Any answer to a "yes or no" question is regarded as "yes" if the input line starts with 'y' or 'Y', else no.