Skip to content

Commit

Permalink
Merge pull request florinpop17#77 from florinpop17/fix/boole-bot-game
Browse files Browse the repository at this point in the history
Fix: Add requirement to assign boolean value to bot's
  • Loading branch information
jdmedlock authored May 12, 2019
2 parents b16129e + 986c4b6 commit 71e755c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Projects/Boole-Bot-Game.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71e755c

Please sign in to comment.