-
Notifications
You must be signed in to change notification settings - Fork 0
Story Map
rogerbaird edited this page Sep 5, 2019
·
1 revision
1 - As a player, I need to have an empty board of 3x3 so as to start a game
2 - As an X player, I can start the game
3 - As an X player, I need to make a move by placing X on an empty cell
4 - As an O player, I need to make a move by placing O on an empty cell
5 - As a player, I need to know if the game is over after each move
6 - As a player I need to start a new game after the game is over