From ff60b129cd722af28d66a872cf9e797e3ef95f3e Mon Sep 17 00:00:00 2001 From: VinPropane Date: Tue, 31 Mar 2026 22:32:09 -0400 Subject: [PATCH] chore: add docs/game-design for vision and mechanics notes --- docs/game-design/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 docs/game-design/README.md diff --git a/docs/game-design/README.md b/docs/game-design/README.md new file mode 100644 index 0000000..3884719 --- /dev/null +++ b/docs/game-design/README.md @@ -0,0 +1,5 @@ +# Game design (vision) + +Non-implementation notes: skills, professions, zones, mechanics, items, abilities, and other design artifacts before they are tied to concrete systems or tickets. + +Implementation-facing breakdowns stay under [`docs/decomposition/`](../decomposition/README.md) and plans under [`docs/plans/`](../plans/).