From d58dca330923d7f9c7d5b84987c402ecd2ff7522 Mon Sep 17 00:00:00 2001 From: J Alan Brogan Date: Fri, 26 Oct 2012 17:38:37 +0100 Subject: [PATCH] That's "Hofstadter" to me --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2323998..756502a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ co.py.cat ========= -An implementation of the Hofstadter [copycat](https://en.wikipedia.org/wiki/Copycat_%28software%29) algorithm +An implementation of the [Douglas Hofstadter](http://prelectur.stanford.edu/lecturers/hofstadter/)'s [copycat](https://en.wikipedia.org/wiki/Copycat_%28software%29) algorithm This implementation is a copycat of Scott Boland's [Java implementation](http://itee.uq.edu.au/~scottb/_Copycat/), but re-written into Python. It's not a direct translation - but based on his code. I did not carry over the GUI, as this version can more usefully be run from command line, or imported for use by other Python scripts.