An open API service indexing awesome lists of open source software.

https://github.com/mcriley821/hangman

Quick hangman project
https://github.com/mcriley821/hangman

Last synced: about 2 months ago
JSON representation

Quick hangman project

Awesome Lists containing this project

README

        

# Hangman
Quick hangman project

A random word from the dictionary file is pulled and used as the secret word.

There are a limited number of guesses (6) to determine which word is the secret word.

Simply run ```py hangman.py```