Skip to content

Think of an animal and Animal Akinator will guess it through yes-or-no questions!

License

Notifications You must be signed in to change notification settings

PrintN/Animal-Akinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Akinator Banner

Animal Akinator

Python JSON

Animal Akinator is an interactive guessing game that challenges players to think of an animal while the program attempts to identify it through a series of yes-or-no questions. Inspired by the original Akinator website.

Setup

Clone the GitHub repo, make sure you have Git installed.

git clone https://github.com/PrintN/Animal-Akinator.git

Then cd into the directory.

cd Animal-Akinator/

And finally run the script.

python3 main.py

FAQ

How does Animal Akinator work? The Animal Akinator is written in Python. It asks the player a series of yes-or-no questions to narrow down the possibilities. The program evaluates the effectiveness of each question based on how many animals would be eliminated by the answer. The game continues until it can confidently guess the animal the player is thinking of based on their responses.
How does the original Akinator work? The exact workings of the original Akinator are unclear since its source code is closed source. However, it likely utilizes a large database of information to systematically narrow down possible characters through a series of yes-or-no questions. Additionally, it may employ fuzzy logic to handle "maybe" responses and use machine learning techniques to recognize patterns in user answers, improving its guessing accuracy over time.
How do I submit an issue? You can submit an issue by visiting the project's GitHub repository and using the "Issues" tab to report bugs or request features.
Can I contribute to Animal Akinator? Yes! Contributions are welcome. You can contribute by forking the repository, making changes, and submitting a pull request on GitHub.

License

This project is Unlicensed. Read more here.

About

Think of an animal and Animal Akinator will guess it through yes-or-no questions!

Topics

Resources

License

Stars

Watchers

Forks

Languages