/ghost-solver

Python. Bot that solves the word game Ghost. Implemented using Tries w/ BFS

Primary LanguagePython

ghost-solver

Bot that solves the word game Ghost. Implemented using Tries (prefix trees) w/ BFS

What's Ghost?

Ghost is a spoken-word game where players alternate appending letters to a string, attempting to not be the one to finish a valid word. However, the string must also be the beginning of a real word.