How do i go about implementing nine man morris game without doing exhaustive search of all the solution space.
How do i go about implementing nine man morris game without doing exhaustive search
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Because of the huge amount of possible combination I’d suggest to have a look at common strategies that are used to create chess AIs.
Key features I’d try:
With that you’ll get a pretty good AI, if your algorithms to measure the current configuration is good.