Skip to content

Thurinum/racket-dialogue-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Racket Dialogue Tree

What is this

A simple implementation of an interactive dialogue tree in the Racket language.
The JSON is parsed into a hashmap. Console input decides how we branch across the flattened tree until we reach a leaf node.

How to run

Racket main.rkt story.json

Credits

  • Github Copilot for helping me find those &%^%@#$ missing parentheses