Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java

Athanasios Kourtzis
Athanasios Kourtzis
6,437 Points

My Hangman version

So, this is my version of the Hangman game. I wanted to do an application to make usage of the material I learned watching a few courses here by treehouse. Mostly, I used the console but for debugging I used an ide.

I added a lot of comments since I am going to use doxygen for generating the documentation and I also used git. As you might see I have only the master branch but this will change in the future.

Feel free to make suggestions, how I could improve the code if you think that something is not right or anything else what could be improved further. You can ind the project here: https://github.com/athkou/Hangman

Thanks or your time.

1 Answer

Ken Alger
STAFF
Ken Alger
Treehouse Teacher

Athanasios;

See my comments on GitHub.

Ken