Home
Shiny Things Jim Menard's home away from reality
Ruby Quiz 49: Lisp Game

Here is my solution to Ruby Quiz 49: Lisp Game. It consists of two parts: the game engine and a game description. I've called it "RADS" in homage to the TADS interactive fiction engine. In the quiz description, James mentioned that you could take at least two approaches: mimic the Lisp or do it the "Ruby way". I've attempted to do the latter.

To run this game, download both files and execute game.rb.

Features

Game engine

To do:

Game file

Back to my Ruby Quiz solutions page.