From c4c275db848f47d81b637c15f88017785725255b Mon Sep 17 00:00:00 2001 From: Jahn Date: Fri, 28 Feb 2025 01:02:19 -0500 Subject: [PATCH] Initial commit --- .vscode/extensions.json | 5 +++++ README.md | 20 ++++++++++++++++++-- audio/README.md | 2 ++ flow/README.md | 2 ++ graphics/README.md | 2 ++ pitch/README.md | 2 ++ systems/README.md | 2 ++ 7 files changed, 33 insertions(+), 2 deletions(-) create mode 100644 .vscode/extensions.json create mode 100644 audio/README.md create mode 100644 flow/README.md create mode 100644 graphics/README.md create mode 100644 pitch/README.md create mode 100644 systems/README.md diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000..9bf6938 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "bierner.markdown-mermaid" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index ffd6378..7481301 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ -# forkable-game-design +# Forkable Game Design -Game design document template(s), made temptingly forkable. \ No newline at end of file +This is a game design document template, ready to be forked by you. + +## Features +* Open to be forked by anyone, really. +* Wiki-friendly hierarchical structure. +* Mermaid used/recommended for flowcharts and diagrams. +* Team-friendly, assuming your team can use Git and Markdown. + +# Index + +In approximate order of priority. + +1. [Game Pitch/Synopsis](pitch/README.md) +2. [Game Flow](flow/README.md) +3. [Game Systems](systems/README.md) +4. [Game Graphics](graphics/README.md) +5. [Game Audio](audio/README.md) \ No newline at end of file diff --git a/audio/README.md b/audio/README.md new file mode 100644 index 0000000..a2f90f5 --- /dev/null +++ b/audio/README.md @@ -0,0 +1,2 @@ +# Game Audio +... \ No newline at end of file diff --git a/flow/README.md b/flow/README.md new file mode 100644 index 0000000..43e0075 --- /dev/null +++ b/flow/README.md @@ -0,0 +1,2 @@ +# Game Flow +... \ No newline at end of file diff --git a/graphics/README.md b/graphics/README.md new file mode 100644 index 0000000..bc796bd --- /dev/null +++ b/graphics/README.md @@ -0,0 +1,2 @@ +# Game Graphics +... \ No newline at end of file diff --git a/pitch/README.md b/pitch/README.md new file mode 100644 index 0000000..bd1dff3 --- /dev/null +++ b/pitch/README.md @@ -0,0 +1,2 @@ +# Game Pitch/Synopsis +... \ No newline at end of file diff --git a/systems/README.md b/systems/README.md new file mode 100644 index 0000000..985cc25 --- /dev/null +++ b/systems/README.md @@ -0,0 +1,2 @@ +# Game Systems +... \ No newline at end of file