Skip to content

Instantly share code, notes, and snippets.

@zekesonxx
Created August 10, 2016 17:15
Show Gist options
  • Save zekesonxx/ee5bccca50296802873c9d148730a0c5 to your computer and use it in GitHub Desktop.
Save zekesonxx/ee5bccca50296802873c9d148730a0c5 to your computer and use it in GitHub Desktop.
holy shit this awful fucking hangman game
/usr/lib/jvm/java-8-openjdk/bin/java -Didea.launcher.port=7537 -Didea.launcher.bin.path=/usr/share/intellijidea-ce/bin -Dfile.encoding=UTF-8 -classpath "/usr/lib/jvm/java-8-openjdk/jre/lib/charsets.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/cldrdata.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/dnsns.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/jaccess.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/nashorn.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/sunec.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/ext/zipfs.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/jce.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/jsse.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/management-agent.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/resources.jar:/usr/lib/jvm/java-8-openjdk/jre/lib/rt.jar:/home/zekesonxx/.local/share/ideaprojects/java-programming-1-final-hangman/out/production/Java Programming 1 Final Hangman:/usr/share/intellijidea-ce/lib/idea_rt.jar" com.intellij.rt.execution.application.AppMain Hangman
Welcome to Hangman.
Here is your word: ----------
Your guess: a
a not found!
You have used 1 out of 5 missing guesses
Progress: ----------
Your guess: r
Correct!
Progress: ------r---
Your guess: t
Correct!
Progress: ---tt-r---
Your guess: f
Correct!
Progress: f--tt-r---
Your guess: k
k not found!
You have used 2 out of 5 missing guesses
Progress: f--tt-r---
Your guess: l
Correct!
Progress: fl-tt-r---
Your guess: u
Correct!
Progress: flutt-r---
Your guess: e
Correct!
Progress: flutter---
Your guess: s
Correct!
Progress: flutters--
Your guess: h
Correct!
Progress: fluttersh-
Your guess: y
Correct!
You found all the letters in the word "fluttershy".
You win!
Process finished with exit code 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment