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 (the location of a file with words for your table/database will be posted to the mailing list)
 

Advice and minimal requirements:


Some implementations :

http://www.vnw.org/hangman/hangman.asp
http://www.billsgames.com/hangman/index.html
http://www.topedge.com/home/people/gaman/joc2.htm
http://www.allmixedup.com/cgi-bin/hangman/hangman?start&d=hangman
Hints: