mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-09 03:43:01 -08:00
linting, added porting notes for Lua
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
|
||||
|
||||
Conversion to [Lua](https://www.lua.org/)
|
||||
Conversion to [Lua](https://www.lua.org/) by Alex Conconi
|
||||
|
||||
---
|
||||
|
||||
### Porting notes for Lua:
|
||||
|
||||
- This is a straightfoward port with only minor modifications for input validation and text formatting.
|
||||
- The "Try again?" question accepts 'y', 'yes', 'n', 'no' (case insensitive), whereas the original BASIC version defaults to no unless 'YES' is typed.
|
||||
- The "How many rolls?" question presents a more user friendly message in case of invalid input.
|
||||
|
||||
Reference in New Issue
Block a user