Skip to content

Guessing game based on binary tree data structure.

License

Notifications You must be signed in to change notification settings

Sigmarik/bin_tree

Repository files navigation

Guessing game.

Description & Purpose

Program implements simple binary guessing game using binary trees.

Building

Install necessary packages (ubuntu) (will install espeak and graphviz):

...# make install

Compile the project (linux):

...# make

Clean the project (linux):

...# make clean

Run the game (linux):

...# make run ARGS="optional_source.db"

Remove build folders (linux):

...# make rmbld

Return project to its original state:

...# make rm

Code of Conduct

For information about our community goals read CODE_OF_CONDUCT.md.

Licensing

Project is distributed under MIT license. More licensing information is specified in file LICENSE.

Contributing

We don't think anyone will be contributing to this project as it was made purely for educational purposes. But, if you still want to contribute, you can learn how to do so by reading the file CONTRIBUTING.md.

Contacts

(author) Kudryashov Ilya - kudriashov.it@phystech.edu

About

Guessing game based on binary tree data structure.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published