An implementation of the MANIC cognitive architecture. Some tests and other agents are also included for comparison.
cd java/src
javac Main.java
java Main
install Waffles (see below)
cd cpp/src
make opt
../bin/manic
git clone https://github.com/mikegashler/waffles.git ./waffles
cd waffles/src
sudo make install
java Main
Please view docs/index.html in your favorite browser.