init project structure and instructions

This commit is contained in:
Lucas Morgan
2026-04-07 21:27:05 -05:00
commit 4f4fc67760
6 changed files with 298 additions and 0 deletions

15
players/README.md Normal file
View File

@@ -0,0 +1,15 @@
---
type: folder
---
# Players
Player character sheets, backstories, and character arcs. PCs can be linked from campaigns they belong to and from worlds they're associated with.
## Suggested Structure
```
players/
├── character-name.md # Character sheet, backstory, notes
└── ...
```