Initial commit

This commit is contained in:
Jahn 2025-02-28 01:02:19 -05:00
parent 41d6aabf86
commit ed6df9c0fd
7 changed files with 33 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,19 @@
# forkable-game-design
# Forkable Game Design
Game design document template(s), made temptingly forkable.
This is a game design document template, made forkable.
## Features
* Open to be forked by anyone.
* 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 Visuals](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
...