-
Notifications
You must be signed in to change notification settings - Fork 4
user stories for papuc bomberman
Tomasz Drzewiecki edited this page Jan 26, 2017
·
17 revisions
User stories:
Version 1.0
2.1 As player I want a bomb object to appear on map at my current position when proper key is pressed
Version 1.0 ends
Step 1: Brain storming for business objects and business logic.
- bomberman
- bomb
- fire
- cpu player
- human player
- game world
- map
- tile
- wall
- grass
- json representative
- bonus(powerup) - aditional bomb, speed up, time freeze, increase bomb range, additional live
- exit gate
- time
- bomb counter
- bomb timer
- player speed
- death
- player live
- Sprite
- Graphical object
- Map Generator
- Keyboard
- collision between static and dynamic object
- collision between dynamic and dynamic object
- game rules
Step 3: Domain model diagram: