From 986c4b645ae0fb3b0c24a39b19aacb6926cd731c Mon Sep 17 00:00:00 2001 From: jdmedlock Date: Sun, 12 May 2019 07:38:21 -0500 Subject: [PATCH] Fix: Add requirement to assign boolean value to bot's Add requirement to assign boolean value to bot's Resolves: N/a See also: N/a --- Projects/Boole-Bot-Game.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Projects/Boole-Bot-Game.md b/Projects/Boole-Bot-Game.md index 7722b6a9..1ad28402 100644 --- a/Projects/Boole-Bot-Game.md +++ b/Projects/Boole-Bot-Game.md @@ -27,11 +27,13 @@ continue moving about the arena until only one remains. ### Game Configuration Panel - [ ] User can see a game configuration panel with these subcomponents: - Four bot panels with controls to allow the user to input a unique bot - name, select its Boolean operation, select the bots speed using a slider, - and a dropdown to specify its starting direction - North, South, East, West + name, select its Boolean value and operation, select the bots speed using a + slider, and a dropdown to specify its starting direction - North, South, + East, West - [ ] User can enter a unique name for each bot into an input text box - [ ] User can see an error message if the name entered is the same name assigned to another bot. +- [ ] User can select the bots Boolean value (0 or 1) from a dropdown. - [ ] User can select a bots Boolean operation from a dropdown - AND, OR, XOR, or NOT. - [ ] User can move the speed slider to set a bots speed