Give every project into own file

This commit is contained in:
2025-12-28 17:49:53 +01:00
parent c182ce2f6e
commit e5016c36fc
33 changed files with 107 additions and 128 deletions

6
projects/werewolf-bot.md Normal file
View File

@@ -0,0 +1,6 @@
# 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