Skip to main content

BACKLOGGING and USER STORIES


Backlogging is an essential part of any game development project. 

Monday.com is a powerful work management tool that we have used to create and manage backlogs for the game. Separating each backlog item into GIVEN, WHEN, and THEN has helped us to create a more detailed and specific description of the task. This has helped us to better understand the task, identify any potential problems, and communicate the task more effectively among team members.

GIVEN describes the initial state of the game before the task is performed.

WHEN describes the action that is performed.

THEN describes the expected outcome of the action.

We started this process of User Stories first in a table as shown below. 










BY : Laur Pluviose 

Comments

Popular posts from this blog

GAME IDEA

 The basis of the game is ...  - SumNums is a game where you have to solve math problems by finding their answers on a grid.​ Run by three main Classes​ *GameRunner: Hold the main important static variables, goTo methods, and create methods.​ *GameNum: holds the values seen in the grid and displays them depending on the theme and value.​ *Button: allows for traversing through worlds and levels.​  INSTRUCTIONS  Multiplication Mode: ​ 1.) Click the multiplicand ​ 2.) Click the multiplier that's product is the answer seen in the question!​ ​ Division Mode:​ 1.) Click the dividend​ 2.) Click the divisor that's quotient is the answer seen in the question!​