Compare commits

..

1 Commits

Author SHA1 Message Date
fa6b2d31d6 added late night 2021-03-12 20:53:02 +01:00

View File

@@ -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
```