Sunday, 30 August 2015

Week 6 C06

Create CRC cards for a scenario (or 2) you what to test in future prototypes.

Grid
What is a testing scenario that you want for your concept?
The thief, its a mush up game with minesweeper and battle ships. It is game for two players. Each player have to hide a gold and a bomb in a 5x5 grid. After that, player has to find their enemy's gold. That player wins if he/she find the gold first. But player will lose if he/she click on the bomb.

What are the nouns (objects) in the scenario? 
one gold, one bomb and trees and two players

What are the verbs (responsibilities)?
- store where the player choose to hide the gold and bomb
- able to track where player (enemy) click on each grid
- able to let players take turn
- lose when the particular player find the bomb
- win when the particular player find the gold
-restart the game

Who are the collaborators?
collaborate with main

No comments:

Post a Comment