Skip to content

A fun little game that learns from the user to guess what your're thinking about. (Spring 2017 Systems Programming project)

Notifications You must be signed in to change notification settings

jaketerrito/GuessingGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GuessingGame

This game attempts to guess what you're thinking about and you help it learn from its mistakes.

Instructions

Completely text based and run at the command line. Just run the Makefile with the command "make" and then run the program with ./"guess". It gets its guesses from the file "qa.db" which has been provided with a few simple guesses, but deleting that file will allow you to start from scratch.

Code

Relies upon a binary search tree to model the guesses and the questions. When run, user input is what determines the path followed to traverse the tree.

About

A fun little game that learns from the user to guess what your're thinking about. (Spring 2017 Systems Programming project)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages