Initial commit

This commit is contained in:
Jahn 2025-02-28 01:02:19 -05:00
parent 41d6aabf86
commit 5872eb9863
7 changed files with 36 additions and 2 deletions

5
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,5 @@
{
"recommendations": [
"bierner.markdown-mermaid"
]
}

View File

@ -1,3 +1,22 @@
# forkable-game-design
# Forkable Game Design
Game design document template(s), made temptingly forkable.
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.
Please remove this preface when you fork it. Leave a link if you'd like but it's not a priority. It's yours.
--------------------------------------------------------------------------------
# Index
Truthfully non-linear, but in a loose 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)

2
audio/README.md Normal file
View File

@ -0,0 +1,2 @@
# Game Audio
...

2
flow/README.md Normal file
View File

@ -0,0 +1,2 @@
# Game Flow
...

2
graphics/README.md Normal file
View File

@ -0,0 +1,2 @@
# Game Graphics
...

2
pitch/README.md Normal file
View File

@ -0,0 +1,2 @@
# Game Pitch/Synopsis
...

2
systems/README.md Normal file
View File

@ -0,0 +1,2 @@
# Game Systems
...