Motivation
Users may want to slow down the simulation to see what's going on better or speed it up so that they will evolve faster
Description
Make the fast forward and slow down buttons change the value of delta used by all of the _process functions by a constant number. If the value is tried to be set to 0 with the simulation should pause and then unpaused if sped up again. This will then need to be tested to see if the simulation still runs in a stable fashion with most of the cell behaviors remaining the same regardless of the speed. Note: There will probably have to be a cap on how fast it can go so that it does not effect these cell behaviors.
Acceptance Criteria
Buttons correctly change delta
Integrated with pause functionality as described
Testing has been done on the speeds as described
The changes are pushed to a feature branch and a pull request is created
Motivation Users may want to slow down the simulation to see what's going on better or speed it up so that they will evolve faster
Description Make the fast forward and slow down buttons change the value of delta used by all of the _process functions by a constant number. If the value is tried to be set to 0 with the simulation should pause and then unpaused if sped up again. This will then need to be tested to see if the simulation still runs in a stable fashion with most of the cell behaviors remaining the same regardless of the speed. Note: There will probably have to be a cap on how fast it can go so that it does not effect these cell behaviors.
Acceptance Criteria Buttons correctly change delta Integrated with pause functionality as described Testing has been done on the speeds as described The changes are pushed to a feature branch and a pull request is created