Re: [go-nuts] To make AI with Golang

2018-08-17 Thread Shane
On Sat, Aug 18, 2018 at 2:56 PM John wrote: > > Hi I am trying to make an game of Connect Five using Golang, I have > already made an player versus player mode so I am making the player versus > computer mode. I think what you are looking for is adversarial graph search, min/max with al

[go-nuts] To make AI with Golang

2018-08-17 Thread John
Hi I am trying to make an game of Connect Five using Golang, I have already made an player versus player mode so I am making the player versus computer mode. At first I attempted to use if functions that detect when they need to block the player but it can't win without placing blocks fo