-
Notifications
You must be signed in to change notification settings - Fork 0
Bonnie and Clyde Differences
Max Krieger edited this page Dec 4, 2016
·
5 revisions
The two robots, Bonnie and Clyde, have some hardware differences which must be accounted for in organ construction:
Organ | Bonnie | Clyde |
---|---|---|
Flicker | new Flicker(false, -1) |
new Flicker(false, 1) |
Spinner | new Spinner(-1) |
new Spinner(1) |
To maintain organ reusability, these differences must be accounted for in code. Putting these differences in organs makes it the easiest.