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

How to use Hangman game in web

In the video he said that now that we had finished the MVP we could now use it on the web, how do we do this? And how does separating prompting from game logic help us do it?

1 Answer

I think that he means if the program was written in an IDE it could be published to the web. I'm not sure on the second part though. I'm sure as I move on to the next part it'll become clearer. I feel like it does have something to do with data structuring around the website code. A website wouldn't have just a hangman game on it and by setting up just the hangman game the way we did maybe it will fit easier in a web page. Again I'm not sure I'm just theory crafting.