AnuragRSimha / Akinator

Akinator game using binary decision tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This akinator class is capable of being modified to run the classic akinator game in which a series of questions are asked in order to guess a character using basic artificial intelligence. It is implemented here using a binary descicion tree. It can be modified to be used with various topics by changing the tree constructed using the driver.

About

Akinator game using binary decision tree


Languages

Language:C++ 92.9%Language:Makefile 7.1%