Python Programs

Hangman 10/26/2018

Hangman

Description:

The classic game of Hangman. Choose from one of 50 difficulty levels.
The program will randomly choose a word within that level from its
database of over 4200 words. Points are cumulative as long as you
don't strike out.

Code:

Wordbank 10/21/2018

Wordbank

Description:

This is the word bank module that supplies hangman.py with a word each round.