Create initial tutorial, exactly equivalent to that of Games::ScottAdams.
1.1.0 (Thu Oct 12 21:59:28 BST 2017)
Documentation fix: correctly name the present condition (was accessible).
Documentation fix: correctly name twelve actions. (Thanks to Brian Jones for spotting the first of these.)
moveto -> goto
print_noun_nl -> println_noun
nl -> println
clear_screen -> clear
set_0 -> set_flag0
clear_0 -> clear_flag0
decrease_counter -> dec_counter
add_counternu`mber -> add_to_counter number`
subtract_counter -> subtract_from_counter`
swap_loc_default -> swap_room
swap_loc -> swap_specific_room`
special -> draw`
1.0.0 (Wed Oct 11 21:45:27 BST 2017)
Finish translating reference guide from POD to MarkDown.
Update reference guide to describe ScottKit format rather then Games::ScottAdams format.
Fix handling of darkness when playing games.
Support unquoted "carried" and "at" in conditions
0.4.0 (Mon Mar 1 22:20:09 GMT 2010)
Move towards using YARD for documentation instead of Rdoc. This
includes changes to things like the format of the Changes file. Far
from perfect so far: for example, plain-text documentation like
doc/Definition gets mangled.
0.3.0 (February 28, 2010)
Move ScottKit out of its sub-siubdirectory in the 9Gb mike
git module into its own git module.