Random Java Project: Hangman
My programming class just learned about methods a few weeks ago (I spent the time reminding myself why I like Python so more than Java–compare “def” with “public static void, no–String, no–Color, no–Aaaaah!”). Which means that for the last week we’ve had a group project, glued together by the members writing different methods, and somebody (aka “me”) gluing it all together into a coherent program.
It’s definitely not the awesomest thing in the world, but maybe somebody will find a terminal-based Hangman game entertaining for…a few minutes? Or else you get bonus points if you make a GUI, make it object-oriented, make it an applet, or port it to C or Python.
*Note: It reads words from “word.txt”, so edit that if you want to change the word list.


















































