[algogeeks] How to design snake and ladder game using OOPS

2011-08-17 Thread mayur
Hi can any one help me, in how to answer these type of questions. Like how do you design Snake and Ladder game, or a Chess Game. What classes you will use, which methods and variables will be private/ public. Its not about coding, its about designing. Please Help -- You received this message

Re: [algogeeks] How to design snake and ladder game using OOPS

2011-08-17 Thread Shachindra A C
For chess programming, I found this site very useful. The code, though, is not object oriented(excuse me for that). Nevertheless, its a good place to learn chess programming. http://www.tckerrigan.com/Chess/TSCP On Wed, Aug 17, 2011 at 5:59 PM, mayur mayursa...@gmail.com wrote: Hi can any one