README.md in scottkit-1.4.0 vs README.md in scottkit-1.5.0
- old
+ new
@@ -1,13 +1,13 @@
ScottKit - a toolkit for Scott Adams-style adventure games
==========================================================
-**Homepage**: [http://rdoc.info/projects/MikeTaylor/scottkit](http://rdoc.info/projects/MikeTaylor/scottkit)
-**Git**: [http://github.com/MikeTaylor/scottkit](http://github.com/MikeTaylor/scottkit)
-**Author**: Mike Taylor <mike@miketaylor.org.uk>
-**Copyright**: 2009-2010
-**License**: GNU GPL, version 2 - see file GPL-2
+**Homepage**: [http://rdoc.info/projects/MikeTaylor/scottkit](http://rdoc.info/projects/MikeTaylor/scottkit)
+**Git**: [http://github.com/MikeTaylor/scottkit](http://github.com/MikeTaylor/scottkit)
+**Author**: Mike Taylor <mike@miketaylor.org.uk>
+**Copyright**: 2009-2010, 2017
+**License**: GNU GPL, version 2 - see file GPL-2
Synopsis
--------
@@ -60,15 +60,15 @@
Game format
-----------
-The file `notes/Definition-scottfree-1.14.txt` is taken from the
+The file [`notes/Definition-scottfree-1.14.txt`](notes/Definition-scottfree-1.14.txt) is copied from the
ScottFree package, which contains another interpreter for Scott Adams
games. I got this file from release 1.14-9 of ScottFree.
-`notes/Definition.txt` is my modified version of this file, since the
-original had several mistakes. `notes/Definition-saved-game.txt` is
+[`notes/Definition.txt`](notes/Definition.txt) is my modified version of this file, since the
+original had several mistakes. [`notes/Definition-saved-game.txt`](notes/Definition-saved-game.txt) is
my own analysis of the format of saved games from ScottFree. (Saved
games from ScottFree and ScottKit can be freely interchanged.)
Games
@@ -79,11 +79,12 @@
* `adams` - Scott Adams's classic games (see Makefile for details)
* `howarth` - Brian Howarth's games (see Makefile for details)
* `test` - games files used by unit-test suite
* `tutorial` - tiny game used in ScottKit tutorial
* `crystal` - Crystal of Chaos, a game written to exercise ScottKit
-* `dan-and-matt.sck` - game written by my two eldest sons
+* `dan-and-matt` - game written by my two eldest sons
+* `nosferatu` -- a partial reimplementation of my 1982 VIC-20 BASIC game
I have verified that ScottKit can be used to play and win Scott
Adams's games #1, 2, and 4: *Adventureland*, *Pirate Adventure* and
*Voodoo Castle*. I welcome reports of its being used to play and win
other games, or failing that, reports of how it fails.
@@ -106,7 +107,8 @@
* A series of blog-posts about ScottKit:
* [Scottkit is born! Only seven and a half years late!](https://reprog.wordpress.com/2017/10/12/scottkit-is-born-only-seven-and-a-half-years-late/)
* [Building adventure games with ScottKit](https://reprog.wordpress.com/2017/10/13/building-adventure-games-with-scottkit/)
* [Rooms and items in ScottKit](https://reprog.wordpress.com/2017/10/14/rooms-and-items-in-scottkit/)
* [Actions in ScottKit](https://reprog.wordpress.com/2017/10/16/actions-in-scottkit/)
+ * [Occurrences (or daemons) in ScottKit](https://reprog.wordpress.com/2017/10/17/occurrences-or-daemons-in-scottkit/)