Initial commit
This commit is contained in:
parent
41d6aabf86
commit
ed6df9c0fd
5
.vscode/extensions.json
vendored
Normal file
5
.vscode/extensions.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"recommendations": [
|
||||||
|
"bierner.markdown-mermaid"
|
||||||
|
]
|
||||||
|
}
|
||||||
20
README.md
20
README.md
@ -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
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