Skip to content

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

Notifications You must be signed in to change notification settings

arvindh-manian/ghost-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages