From d2fe82b594f4c3d6121c8e37b58ee8fcf0f79322 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Wed, 18 Feb 2015 22:57:19 +0100 Subject: Updated readme; added todo about time limit --- trunk/GameController/src/nl/camilstaps/botleagues/MyGame.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/trunk/GameController/src/nl/camilstaps/botleagues/MyGame.java b/trunk/GameController/src/nl/camilstaps/botleagues/MyGame.java index e7c222d..79a9868 100644 --- a/trunk/GameController/src/nl/camilstaps/botleagues/MyGame.java +++ b/trunk/GameController/src/nl/camilstaps/botleagues/MyGame.java @@ -58,7 +58,9 @@ public class MyGame extends GameController { /** * Do a round. * - * Take a number n in mind and let all the contestants guess. The contestants that are the closest to n get a point. + * Take a number n in mind and let all the contestants guess. The contestants that are the closest to n get a point. + * + * @todo Maximum execution time waiting for a contestant to answer */ public void doRound() { Random rand = new Random(); -- cgit v1.2.3