/Hangman

Console based game written in python in which user has to guess a word which is randomly picked from a file, and if user wins, meaning of the word is fetched from Dictionary.com.

Primary LanguagePython

Hangman

A console-based game which allows user has to guess random English words picked up from a file, and on every correct guess, the meaning of the word is web-scraped from Dictionary.com. Word of the day is scraped from Dictionary.com and added to the file.