jonesguy14 / footballcoach

Android App for playing/simulating/recruiting as a college football coach
Other
34 stars 8 forks source link

Additional Week 0 Stories #53

Closed destilla closed 8 years ago

destilla commented 8 years ago

Changed method of saving cursed and blessed teams. Team abbreviations are now saved and then findTeamAbbr is used to reconstruct a new Team object that is then used to add various info to the news story flavor texts.

Week 0 news stories are randomly picked from switch statements for both the blessed team (assuming there is one) and the cursed team. The default case prints no story right now (because it shouldn't be possible to trigger it). I may get cheeky and add a story to the default case about unforseen forces cursing/blessing the team just in case something unexplainable happens.

If there is no team blessed/cursed, their respective objects are set to null and no story is printed.

destilla commented 8 years ago

I'm really sorry for what a cluster this series of requests has been. I've been pre-occupied the last few days and work has been more than a little draining.

Still, I shouldn't let that turn into you having to baby sit my change requests. I'll work on being better about monitoring the things I change and asking more questions (the findTeam() thing).

jonesguy14 commented 8 years ago

Looks great! And please, don't worry about it! I appreciate all your help in making Football Coach a better game, and I know the codebase can be a bit confusing sometimes.