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.aspHints:
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
where there are 45389 records in the words table in the words table.