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