Alex Karet

  • Hangman

    Hangman game - Built at age 16

    When 16 I wrote this hangman game. This simple game required some though about how to display the hangman board. It also required manipulation of a word list taken from mieliestronk.com to produce three lists of words (and phrases) of varying difficulty. This was done by writing a small python script and assigning a point score max for each of the lists, then assigning each letter a score based on its scrabble value.

    The code to the game was published at pp4s.org.