From c813c62e0953c969f83dcc9db7d51d9f9f47a7e0 Mon Sep 17 00:00:00 2001 From: svinodh Date: Fri, 21 Apr 2017 21:33:18 +0400 Subject: [PATCH] connect: Updated description to show the possibility of an unfair game --- exercises/connect/description.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exercises/connect/description.md b/exercises/connect/description.md index 2d3c3e2e6d..6360b1913a 100644 --- a/exercises/connect/description.md +++ b/exercises/connect/description.md @@ -8,7 +8,8 @@ side directly opposite it and the other player gets assigned the two other sides). Your goal is to build a program that given a simple representation of a board -computes the winner (or lack thereof). +computes the winner (or lack thereof). Note that all games need not be "fair". +(For example, players may have mismatched piece counts.) The boards look like this (with spaces added for readability, which won't be in the representation passed to your code):