Link to Mermaid

This commit is contained in:
Jahn 2025-02-28 05:02:28 -05:00
parent 02576c94af
commit ea43ff89c2
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ This is a game design document template, ready to be forked by you.
## Features ## Features
* Open to be forked by anyone, really. * Open to be forked by anyone, really.
* Wiki-friendly hierarchical structure. * Wiki-friendly hierarchical structure.
* Mermaid used/recommended for flowcharts and diagrams. * [Mermaid](http://mermaid.js.org/) used/recommended for flowcharts and diagrams.
* Team-friendly, assuming your team can use Git and Markdown. * Team-friendly, assuming your team can use Git and Markdown.
## How To Fork ## How To Fork

View File

@ -1,6 +1,6 @@
# Game Flow # Game Flow
You can use Mermaid to conceptualize a game flow here, if needed/desired. You can use [Mermaid](http://mermaid.js.org/) to conceptualize a game flow here, if needed/desired.
Examples: Examples:
* [Arcade Example](#arcade-example) * [Arcade Example](#arcade-example)