Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 838 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 838 Bytes

Dice project

This will be a single object project to work further into TDD. In this file I will document the process as detailed as possible to rethink about every part of it.

User Stories

We have five different user stories to define our object.

As a board game player, So that I can play a game I want to be able to roll a dice

As a board game player, So that I know how many steps I should move Rolling a dice should give me a number between 1 and 6

As a dice app developer, So that I give players a good game experience I want the dice roll to be randomly picked

As a board game player, So that I can play many types of games I want to be able to roll any number of dice at the same time

As a board game player, So that I know what my score was when I rolled several dice I want to get the result of each dice roll