Search found 2 matches

by Nikita
Fri Apr 15, 2016 6:16 am
Forum: Computer Go
Topic: Basic GO algorithms and data structures.
Replies: 2
Views: 3486

Re: Basic GO algorithms and data structures.

Thanks. I've already implemented flood filling. My major problem is contour tracing because i really don't know how to extract contours efficiently before applying flood filling algorithm.
by Nikita
Fri Apr 15, 2016 5:08 am
Forum: Computer Go
Topic: Basic GO algorithms and data structures.
Replies: 2
Views: 3486

Basic GO algorithms and data structures.

Hello. I'm afraid my question has been asked several times before, but I've not found anything about very basics of go programming.
Me and my classmates are making c++ study project. It should be cross platform multiplayer go. And my part of the task is the interior game's logic. Score calculating ...