Werewolf is a Rust library for implementing the game of Werewolf (also known as Mafia).
Here are some basic guidelines for implementing a Werewolf game using this library. For more details, please refer to the simulate_gameflow_cli.rs in the examples
directory.
- Sign up to the game master with a username.
- Start the game.
- Each player takes actions according to their role (voting, guarding, killing, divining, etc.).
- Repeat this until the game ends.
This library is licensed under the Apache 2.0 License.