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
Devinder Sodhi
5,493 PointsCan anyone point me to a well written android board game app?
I m pretty comfortable with Android already, but not so much familiar with the best means to create tile objects ( i use buttons in a table view but I've seen people do Canvas stuff thats apparently much more efficient). If i want to create 2d games, I m starting with BoardGames, then whats the best approach? Any tips?
I m making good headway with most of the logic behind the project (finally finished a min/max algorithm but it can't do too many steps) but this part has me a bit stumped.