Option 2 for Milestone 2

Your task is to implement the hangman game.  To refresh your memory about the hangman game you can read the rules or play it.

Components:

- user interface (either a html form or a simple text-based Java application).
- a servlet that should embed the entire logic of the game (randomly choose words from the database, answer user queries (guesses), reward or hang the user).
- a database that contains words (load the file ~matei/pub/words.txt into your table/database )
 

Advice and minimal requirements:


Some implementations :

http://www.vnw.org/hangman/hangman.asp
http://www.billsgames.com/hangman/hangman.cgi
http://www.topedge.com/home/people/gaman/joc2.htm
http://homepages.strath.ac.uk/~nau97201/HangMan.htm
http://www.allmixedup.com/cgi-bin/hangman/hangman?start&d=hangman
Hints: