diff options
author | Camil Staps | 2015-02-19 18:58:40 +0100 |
---|---|---|
committer | Camil Staps | 2015-02-19 18:58:40 +0100 |
commit | 85979776c4d32af8d02afa2f5aeb1b0aad70282e (patch) | |
tree | dbc1e937223cebf119e0f1fc9230c8c51872abbd /GuessANumber/Controller/src/nl/camilstaps | |
parent | directory structure (diff) |
directory structure
Diffstat (limited to 'GuessANumber/Controller/src/nl/camilstaps')
-rw-r--r-- | GuessANumber/Controller/src/nl/camilstaps/botleagues/MyGame.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/GuessANumber/Controller/src/nl/camilstaps/botleagues/MyGame.java b/GuessANumber/Controller/src/nl/camilstaps/botleagues/MyGame.java index e7c222d..79a9868 100644 --- a/GuessANumber/Controller/src/nl/camilstaps/botleagues/MyGame.java +++ b/GuessANumber/Controller/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(); |