Skip to content

ahmed-BH/Saiko_Denshin

Repository files navigation

Saiko_Denshin

Saiko_Denshin is an Akinator game where a machine tries to determine which person (a boxer in this case) the player is thinking of by asking a series of questions.

Running with docker

docker run --rm -it -p 8080:8080 ahbenmed/saikodenshin

Running manually

Prerequisites

  • Install python-2.7.13.msi

  • Install SWI-Prolog.exe

  • Execute the command prompt as administrator and run:

      rename "C:\Program Files (x86)\swipl\bin\libswipl.dll" libpl.dll
    
  • install needed python modules :

      pip install -r requirements.txt
    

Runing

cd Saiko_Denshin/

Open a new command prompt

python Saiko_Denshin.py

Open Browser and test it on http://localhost:8080/

Scrots

Guess

Built With

  • Bottle - The micro web-framework used
  • Pyswip - SWI-Prolog language interface

About

Guess which person (a boxer in this case) the player is thinking of by asking a series of questions.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published