Initial commit
This commit is contained in:
parent
41d6aabf86
commit
5872eb9863
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"bierner.markdown-mermaid"
|
||||
]
|
||||
}
|
||||
23
README.md
23
README.md
@ -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
2
audio/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Game Audio
|
||||
...
|
||||
2
flow/README.md
Normal file
2
flow/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Game Flow
|
||||
...
|
||||
2
graphics/README.md
Normal file
2
graphics/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Game Graphics
|
||||
...
|
||||
2
pitch/README.md
Normal file
2
pitch/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Game Pitch/Synopsis
|
||||
...
|
||||
2
systems/README.md
Normal file
2
systems/README.md
Normal file
@ -0,0 +1,2 @@
|
||||
# Game Systems
|
||||
...
|
||||
Loading…
x
Reference in New Issue
Block a user