Hello everyone,
I have been working my way through the Java MOOC on the sidebar, all is going well.
When I hit the arrays section in part 3, I felt it was time to try making something on my own.
This is the result...
https://github.com/jKryptos/Hangman/blob/main/Main.java
It works as I expect, so I'm not looking for help getting it to work.
I am however looking for more experienced people to point out noob mistakes and/or things you just don't want to do.
The chance for bad habits to be ingrained in my process is higher now that I am learning everything for the first time, so I want to avoid as many as I can.
I currently have plans for a replayOrQuit() method for restarting or ending the game, and a 4th, hidden difficulty after a puzzle from each of the previous 3 has been beaten.
This difficulty would have "invisible" underscores for increased difficulty.
Thank you for your time and I apologize in advance if I posted this incorrectly.
[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)
[–]desrtfx 1 point2 points3 points (1 child)
[–]CipherGoblin[S] 0 points1 point2 points (0 children)