=====
GHOST is a word game where some number of players take turns adding letters to a string. If a player adds a letter that makes the current string into a dictionary word, that player loses. In order to prevent very quick games, there is a minimum word length, usually 3 or 4.
This repo plays (and usually wins) at the game GHOST!
To use this at home just run python3 main.py
Or, a live version is currently hosted at https://replit.com/@SMaxray/GHOST#GhostGame.py
Further description of GHOST is available here http://en.wikipedia.org/wiki/Ghost_%28game%29