Skip to content

Dice Object Implementation: Create animation

User Story

As a user, I want to see the dice changing faces quickly and "randomly", so that I have the sense that my roll is random and fair.

Acceptance Criteria

The dice should be shown to cycle faces (paper prototype #18 (closed)), for half a second(each face should show for 100 milliseconds for a total of 5 faces) The final face should match was is given from the random function.

Dev Notes

Use the function created in story #34 (closed).

Edited by Larry Milne