Skip to content

A toy AI problem to create a program that guesses the animal the player is thinking of. The program also learns new information to make a better guess next time.

License

Notifications You must be signed in to change notification settings

awalesushil/Animal-Guessing-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Animal-Guessing-Game

Animal Guessing Game is a toy project in Artificial Intelligence and is one of the best introductory projects for programmers who want to learn AI. I am taking Artificial Intelligence course for my fifth semester and this is my first AI project.

Animal Guessing Game as the name suggests the guesses the animal that the player is thinking of. Here is how the game goes:

Description

First, the Animal Guessing Game agent aks the player to think of an animal. Then the agent will ask a series of Yes/No questions to narrow down its guess. When the agent runs out of questions to ask, it makes a guess and asks if it got is correct.

If the agent got the answer correct, it wins. Otherwise, the agent asks the player what it was thinking of and also asks what question should the agent had asked to make the correct guess. In other words, the agent learns from the player so that it can make a better guess next time.

Read more

About

A toy AI problem to create a program that guesses the animal the player is thinking of. The program also learns new information to make a better guess next time.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages