This is a self-learning program, that identifies animals by asking questions. Originally developed from:
- Creative Computing, Morristown, New Jersey
- BAISC Computer Games, Edited by David H. Ahl, published 1978
- Animal (by Author Luehrmann, Nathan Teichholtz, Steve North)
The original program used a Heap inside an array, for the question tree. This version uses a database and an ORM wrapper instead. Giving us data persistence between runs.
See the .Net version, for working version.