Lord-KA / gAkinator

MIPT tast to write a version of an akinator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Akinator

MIPT tast to write a version of an akinator

Building

$ mkdir build
$ cd build
$ cmake .. -DCMAKE_BUILD_TYPE=Release
$ make

DONE

  1. Generalized tree logic in gTree
  2. Basic akinator game logic
  3. Akinator node addition logic
  4. Additional requiered features
  5. Auto show graphViz dumps of akinator tree
  6. Basic cli tool interface

TODO

  1. NCurses inteface
  2. Better graphViz dump

About

MIPT tast to write a version of an akinator

License:MIT License


Languages

Language:C 69.0%Language:CMake 16.1%Language:C++ 14.9%