feat: add animals guessing game example with binary tree knowledge base

This commit is contained in:
Bob Nystrom
2015-11-29 17:43:47 +00:00
parent ce2028302a
commit 6a05397557
2 changed files with 89 additions and 1 deletions
+3 -1
View File
@@ -356,8 +356,10 @@ def run_api_test(path):
def run_example(path):
# The guess number requires user input.
# Don't run examples that require user input.
if "animals" in path: return
if "guess_number" in path: return
run_script(WREN_APP, path, "example")