-
Notifications
You must be signed in to change notification settings - Fork 3
User Stories
Alec Merdler edited this page Jan 20, 2016
·
26 revisions
User Stories for Group 15
CARD: As a user, I want to see the cards in four columns so that I know what move to make next. CONVERSATION: Need the view to reflect this design, CONFIRMATION:
CARD: As a user, I want to be able to deal four cards at once, one to each column. CONVERSATION: Need the controller to deal 4 card objects, CONFIRMATION:
CARD: As a user, I want to be able to view my score so that I can keep track of my progress. CONVERSATION: Need the view to get the score from the controller, CONFIRMATION:
CARD: As a user, I want to move the top card in a pile to an empty row if there is one so that I can progress in the game. CONVERSATION: Need the controller to know when a row is empty, CONFIRMATION: