mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
Spaces tend to cause annoyances in a Unix-style shell environment. This change fixes that.
12 lines
370 B
Markdown
12 lines
370 B
Markdown
Original source downloaded [from Vintage Basic](http://www.vintage-basic.net/games.html)
|
|
|
|
Conversion to [Ruby](https://www.ruby-lang.org/en/)
|
|
|
|
There are two versions of this program here:
|
|
|
|
* `bunny-faithful.rb` tries to be faithful to the design of the original
|
|
BASIC program.
|
|
* `bunny-modern.rb` takes more advantage of the features of modern
|
|
tools and languages.
|
|
|