The representation of the game Akinator for the Prolog module
- Make sure that you have prolog-swi properly installed. The commands to install SWI Prolog on Ubuntu:
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:swi-prolog/stable
sudo apt-get update
sudo apt-get install swi-prolog
- Go to prologAkinator folder
- Go to 'src' folder
- Run the command below:
swipl akinator.pl
- Then, you can use ask_* to refine the results.