Animal AI for dot.Net
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.
Setup SQL Server Local Database
Run these steps from an administrative developer command prompt:
- sqllocaldb create ProjectsV13
- sqllocaldb share ProjectsV13 ProjectsV13
- sqllocaldb start ProjectsV13
- sqllocaldb info ProjectsV13
- sqlcmd -S (localdb)ProjectsV13 -Q "CREATE DATABASE AnimalDb"
- AnimalAi.exe -setup
There's a new Andriod version. It's not running yet.
See the Android version.
Links:
- NHibernate
- SQL Server
- Microsoft SQL Server Management Studio
- Unit Tests
- SQLite
- Community Edition of Visual Studio
- Git Extensions
Author
Greg Eakin