newmana / haunted-house

Learning different things using a simple example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haunted-house

Learning different programming paradigms through a simple text adventure.

The original BASIC version is from "Write Your Own Adventure Programs For Your Microcomputer" (http://mocagh.org/loadpage.php?getcompany=usborne-hayes).

Unstructured Version (port of original BASIC version):

  • ruby ./lib/welcome.rb

OO Version:

  • ruby ./lib/oo/welcome.rb

Prototype Version (incomplete):

  • ruby ./lib/proto/welcome.rb

The file "hauntedhouse.bas" is the original BASIC version from the book:

See also:

License

The original source code (under lib and spec) is licensed under the MIT license. See the LICENSE file for full details.

About

Learning different things using a simple example

License:MIT License


Languages

Language:Ruby 90.2%Language:VBA 9.8%