Skip to content

Instantly share code, notes, and snippets.

View shawnpanda's full-sized avatar

Shawn Pan shawnpanda

  • San Francisco, CA
View GitHub Profile
@shawnpanda
shawnpanda / hangman.py
Created April 18, 2015 02:14
This is a hangman game written for CS21 lab.
"""
This program plays a game of hangman.
Guess letters in the mystery word.
You can only make 8 incorrect guesses before you lose.
See if you can guess the word before you run out of guesses...
Author: Xiang (Shawn) Pan
October 28, 2013
"""