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 trialMate Visky
iOS Development Techdegree Student 8,270 PointsShould I put the player names into Collection, or I can use array only?
(collection make sense if I have uniqueid)
3 Answers
Zachary Kaufman
1,463 PointsI made each player into a dictionary and then make an array of all the dictionaries. I don't know if that answers your question, if it doesn't please rephrase and I will try again :)
Mate Visky
iOS Development Techdegree Student 8,270 PointsThe question was more like about a mosthave or we are free to choose from any basic types. I made tuples to hold the players, but again it could be wrong, we will see:)
Mate Visky
iOS Development Techdegree Student 8,270 PointsI was free to choose any type of collection which make sense. I passed the degree...