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.
- Host: GitHub
- URL: https://github.com/gabriel-kahen/animal-guessing-game
- Owner: Gabriel-Kahen
- Created: 2023-11-18T00:41:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-18T21:29:29.000Z (8 months ago)
- Last Synced: 2025-02-18T22:27:52.609Z (8 months ago)
- Topics: akinator, akinator-clone, animal-guessing-game, artificial-intelligence, binary-tree
- Language: Java
- Homepage:
- Size: 6.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!