uml
UML Activity diagram how to show game ends when time has passed?
Activity Diagram for Simple Pacman-like Game When 20 seconds passes, the player unlocks poison. Poison can be dropped to slow down the enemy, or the player can accidentally eat his own poison and slow down. I want to show that the player wins after 60 seconds has passed. I thought I would show it as a loop looping the 20seconds 3 times but that would be incorrect because the player can only unlock the poison once. Would the best way of showing this be to draw a rectangle around the entire diagram and just state (after 60 seconds, player wins)? - and have it lead to an end circle?
You can also just add the point where you get start time and add point when you check if current time - start time == 60sec.
Related Links
Do I have this Use Case diagram correct?
From sequence Diagram to Class diagram [closed]
What's diference between entity-relationship and domain-model
when can i draw solid life time at sequence diagram
How to write use-case-scenario without having real actors?
doxygen: How to create “.uml” file from source code of c++ using doxygen?
UML new lifeline
How to use correctly nonunique in UML?
Inheritance and specialization
How works {XOR} constraint in UML?
Are these two uml arrows equivalent?
confuse methods in association class diagram
How can i link to attribute of an instance of a class
Class diagram attribute visibility. Public attribute can have getter and setter operations?
UML Class Diagram assosiation with following example?
UML-how to make it the right model?