An open API service indexing awesome lists of open source software.

https://github.com/gabriel-kahen/animal-guessing-game

Uses binary tree logic to execute an akinator-style guessing game. The database grows as the user plays the game. Comes pre-trained with about 50 animals.
https://github.com/gabriel-kahen/animal-guessing-game

akinator akinator-clone animal-guessing-game artificial-intelligence binary-tree

Last synced: 8 months ago
JSON representation

Uses binary tree logic to execute an akinator-style guessing game. The database grows as the user plays the game. Comes pre-trained with about 50 animals.

Awesome Lists containing this project

README

          

# Animal-Guessing-Game-Binary-Tree

This is a pretty simple animal guessing game that works via a binary tree.
It is based on my own implementation of a binary tree.
The program comes trained with about 50 animals and will progressively learn as you use it.
Simply run main to play!