From 2bbff7b499914eff9dc0841124a6ae3b7ad90202 Mon Sep 17 00:00:00 2001 From: mRcfps <1402491442@qq.com> Date: Fri, 6 Apr 2018 21:05:21 +0800 Subject: [PATCH] go-counting: update README to latest description --- exercises/go-counting/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exercises/go-counting/README.md b/exercises/go-counting/README.md index 8e0439fb85..cdd5a25917 100644 --- a/exercises/go-counting/README.md +++ b/exercises/go-counting/README.md @@ -11,6 +11,8 @@ Write a function that determines the territory of each player. You may assume that any stones that have been stranded in enemy territory have already been taken off the board. +Write a function that determines the territory which includes a specified coordinate. + Multiple empty intersections may be encircled at once and for encircling only horizontal and vertical neighbours count. In the following diagram the stones which matter are marked "O" and the stones that don't are