Compare commits
1 Commits
4f714dba28
...
fa6b2d31d6
| Author | SHA1 | Date | |
|---|---|---|---|
| fa6b2d31d6 |
16
README.md
16
README.md
@@ -32,10 +32,13 @@ StartGame --> MainPhaseNight : all ready
|
||||
state MainPhaseNight {
|
||||
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!TheNight
|
||||
}
|
||||
NightPhaseMain --> Award: No Villagers left
|
||||
MainPhaseNight --> MainPhaseDay
|
||||
state MainPhaseDay {
|
||||
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!TheDay
|
||||
}
|
||||
NightPhaseMain --> Award: No Werewolfes left
|
||||
NightPhaseMain --> MainPhaseNight
|
||||
@enduml
|
||||
```
|
||||
|
||||
@@ -65,12 +68,10 @@ NightPhaseLovedOnesEnd --> NightPhaseMain : all ready
|
||||
state NightPhaseMain {
|
||||
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!NightPhaseMain
|
||||
}
|
||||
|
||||
NightPhaseMain --> NightPhaseLate : Witch/Leaderwolf &&\nvoted &&\nactions done and all ready
|
||||
state NightPhaseLate {
|
||||
!include https://gitea.d1v3.de/matthias/pywerewolf/raw/branch/master/README.md!NightPhaseLate
|
||||
}
|
||||
|
||||
NightPhaseMain --> [*]: no Witch/Leaderwolf &&\nvoted &&\nactions done and all ready
|
||||
NightPhaseLate --> [*]: actions taken
|
||||
@enduml
|
||||
@@ -79,7 +80,16 @@ NightPhaseLate --> [*]: actions taken
|
||||
```plantuml
|
||||
@startuml(id=TheDay)
|
||||
[*] --> ShowDead: Done
|
||||
ShowDead --> [*]: Done
|
||||
ShowDead: Show the Dead of the night
|
||||
ShowDead --> Election: No Major
|
||||
Election --> Discussion: Major elected
|
||||
ShowDead --> Discussion: all ready || major ready
|
||||
Discussion --> Accuse: time is up / major forwarded
|
||||
Accuse --> Poll:
|
||||
Poll --> Shoot: Poll successfull
|
||||
Poll --> Voting: Poll unsuccessfull
|
||||
Voting --> ShootTheWolf
|
||||
ShootTheWolf --> [*]: Done
|
||||
@enduml
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user