Update README.md

This commit is contained in:
Alexandre Linhares
2025-04-23 21:20:58 +02:00
committed by GitHub
parent 69a04a724b
commit 7d324e44e9

View File

@ -4,7 +4,7 @@ co.py.cat
![GUI](https://i.imgur.com/AhhpzVQ.png) ![GUI](https://i.imgur.com/AhhpzVQ.png)
An implementation of [Douglas Hofstadter](http://prelectur.stanford.edu/lecturers/hofstadter/)'s Copycat algorithm. An implementation of [Douglas Hofstadter](http://prelectur.stanford.edu/lecturers/hofstadter/)'s Copycat algorithm.
The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. See also [Farglexandria](https://github.com/Alex-Linhares/Farglexandria). The Copycat algorithm is explained [on Wikipedia](https://en.wikipedia.org/wiki/Copycat_%28software%29), and that page has many links for deeper reading. See also [Farglexandria](https://github.com/Alex-Linhares/Fargonautica).
This implementation is a copycat of Scott Boland's [Java implementation](https://archive.org/details/JavaCopycat). This implementation is a copycat of Scott Boland's [Java implementation](https://archive.org/details/JavaCopycat).
The original Java-to-Python translation work was done by J Alan Brogan (@jalanb on GitHub). The original Java-to-Python translation work was done by J Alan Brogan (@jalanb on GitHub).