This post describes a simple implementation of the game ‘Hangman’, written in CAL for Google Appengine.
Introduction
Hangman is a simple word guessing game — the computer chooses a word, telling you only how many letters it has. You that it contains a particular letter. Correct guesses fill in those letters in the word, until you have [...]