Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 491 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 491 Bytes

uchi-twentyqgame

Implementation of data structures and a simple twnety-question game in C

Last updated in 2016

How to play: After make, type in ./qgame in command line.

Reading tree from file: ./qgame <input-file> where <input-file> contains an existing tree structure of questions and guesses. See input-info.txt for example. The first question on each line corresponds to parent node. The second and third questions correspond to left and right children, respectively.