New Code: Simple word games

These are a couple of simple word programs: anagram solving and hangman. They are designed for young children (hence the list of possible words in the anagram program) and use very simple words (my daughter wants more complicated ones …).

Included in the Hangman one is a rudimentary keyboard class. Needs considerable work, but is a proof-of-concept.

http://www.math.ntnu.no/~stacey/HowDidIDoThat/iPad/Codea.html

Available as a single file or a directory.

Line break need between a function and start of smoke closer around 2969

function genNumber(number,variation)
    ret = variation*0.01*number
    ret = number + math.random(-ret,ret)
    return ret
endSmoke = class

Something else as well but fullscreen is blocking print window

Bother those line ends! Fixed now.

(The fullscreen issue is fixed in an update of Codea - that annoyed me as well.)