Skip to content

Yoii-Inc/werewolf-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Werewolf-cli

Game Flow

flowchart TD
    A[Game Start] --> B[Player Registration]
    B --> C[Role Assignment]
    C --> D[Night Phase]
    D --> E[Werewolf Attack]
    E --> F[Seer Divination]
    F --> G[Morning Phase]
    G --> H[Attack Result Announcement]
    H --> I[Discussion]
    I --> J[Vote]
    J --> K{Villager Victory Condition Met?}
    K --> |Yes| L[Game End - Villagers Win]
    K --> |No| M{Werewolf Victory Condition Met?}
    M --> |Yes| N[Game End - Werewolves Win]
    M --> |No| D
Loading

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages