This is a simple python3 script for building vocabulary and playing the word game Balderdash.
It uses the wordnik API to find words and definitions.
git clone https://github.com/jeremiq/balderdash.git
cd balderdash
pip install wordnik-py3==2.1.2
This script is also runable on with python 2.x. You must install wordnik==2.1.3
, though.
./balderdash.py
or
python3 balderdash.py
Use the 'n' key to get more words and definitions and 'q' to quit.