Metadata-Version: 2.0
Name: ghost-word-game
Version: 0.3.11
Summary: Python engine for Ghost word game
Home-page: https://github.com/pikulet/ghost
Author: Joyce Yeo
Author-email: jycyeo@yahoo.com.sg
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# ghost

Python engine for the word game of ghost (as played on em)

`pip3 install ghost_word_game`

`import ghost`

Please refer to tests for example usage. Implemented using a finite state machine style.

### some quik tools

`bash run_tests.sh` and `upload_pkg.sh` can be used. Remember to do the relevant config in `setup.py` before uplaoding to PyPi.

### Notes

Not released. Used in telegram bot (in repository ghost-bot). 

Looking forward to suggestions ^^


