Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 820 Bytes

README.md

File metadata and controls

34 lines (16 loc) · 820 Bytes

GameDesignDocMarkdownTemplate

A game design document markdown generator

image

Thanks Gamasutra!

This is based on How to Write a Game Design Document. A fun read.

To use

Download the project, it requires Python 3.

Install Requirements

pip install -r requirements.txt

Run the generator

python makeDoc.py

Modify final output

You will find the output file generated in the output folder specified, or by default in the output folder. Sample output is here gameDoc.md

Good luck!

Notes

I mostly made this to play with PySimpleGUI, but it seems like it would be usable!