Skip to content

ajlekcahdp4/Akinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Mac OS

Akinator game

This is my realisation of Akinator game.

Table of contents:

How to clone:

git clone https://github.com/ajlekcahdp4/Akinator.git
cd Akinator

Dependencies:

1) Graphviz

You can instal graphviz by apt or apt-get:

sudo apt install graphviz

Or by using pacman (On Arch and Manjaro linux)

sudo pacman -S graphviz

2) make

You can install make by apt or apt-get:

sudo apt install make

Or by using pacman (For Arch and Manjaro linux)

sudo pacman -S make

How to use

After cloning this repsitory, just run

make

to compile whole project and the use:

./Play

To start the game. Then, follow the instractions of the Akinator.

  • You can use "y" (yes) or "n" (no) to answer the questions.
  • You also can use "q" to quit the game every time you want.

Sage Akinator is very clever and can guess the person you imagine precisely. But even he can't always be right, and there are some cases when he just does not know the person you imagine.

In this situations you can teach him, folowing his instructions:

This wise man will remember it and guess it next time.

Other options:

You can dump the binary tree of the Akinator after running with -dump-tree option:

./Play -dump-tree

Dump will look like this:

About

My version of the Akinator game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published