Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vihlancevk/akinator
Akinator game
https://github.com/vihlancevk/akinator
c game graphviz learning-task student-project
Last synced: 10 days ago
JSON representation
Akinator game
- Host: GitHub
- URL: https://github.com/vihlancevk/akinator
- Owner: vihlancevk
- Created: 2021-11-14T01:32:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-31T19:59:07.000Z (about 3 years ago)
- Last Synced: 2023-09-04T18:25:21.001Z (over 1 year ago)
- Topics: c, game, graphviz, learning-task, student-project
- Language: C++
- Homepage:
- Size: 514 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Akinator
It's a simple program, that can make you happy. It has 4 game modes:
1) GuessObject - we need to answer on the questions yes or no and we will see object, which matches the selected attributes;2) DefineObjectMode - we need input name object and program output its attributes;
3) CompairObjectsMode - we input name 2 object and program output their similarities and differences;
4) ShowTree - program output tree, which she build based on our data.txt file.
## Example of a tree for an akinator built on this database
![alt text](https://github.com/vihlancevk/Akinator/blob/main/res/graphviz.png)