aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2015-02-18 22:57:19 +0100
committerCamil Staps2015-02-18 22:57:19 +0100
commitd2fe82b594f4c3d6121c8e37b58ee8fcf0f79322 (patch)
tree283c8bf3849a8b3c63599aabfdff52bd59094eb7
parentAdded comments (diff)
Updated readme; added todo about time limit
-rw-r--r--trunk/GameController/src/nl/camilstaps/botleagues/MyGame.java4
1 files changed, 3 insertions, 1 deletions
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();