7 lines
422 B
Markdown
7 lines
422 B
Markdown
# Implement new werewolf bot
|
|
I would love to have a more flexible werewolf bot implementation.
|
|
The goals would be relatively ambitious:
|
|
- Allow for custom role implementations (likely using custom programming language)
|
|
- All role behaviour should be modeled using state machines and be deterministic for a single playthrough
|
|
- The state of a playthrough should be saved somehow to tolerate failures or restarts of the bot
|