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 Java Objects Delivering the MVP Wrapping Up

Extra Credit Code: Trying to stick to MVC Pattern

Hey fellow Treehousers! I understood we should provide our code so others can check it, if extra credit was done.

Here is the snapshot link: https://w.trhou.se/4nt0j8ehlf

I created the Write and Read methods in GAme so other consumers would use the same data. I realized I had to use the "throws IOException" if I didn't want to use try catch there (I wanted it in the Prompter Class)

If you can think of a better way to do this, please let me know!