Expert-system written in prolog. The expert-system will guess what capital in Europe you are thinking of by asking you a few questions. The expert system comes with a web-interface. Everything is developed in swi-prolog.
A majority of the capitals in Europe is supported but some are still lacking. The system is not optimized (minimal number of guesses needed for each capital), that is left to do.
['server'].
server(8000).
Now point your browser to: http://localhost:8000/
Contributions are appreciated! feel free to create pull-requests.
Kim Hammar