├── CONTRIBUTING.md ├── LICENSE ├── README.md └── docs ├── Game Design Document.md ├── README.md └── _config.yml /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosinaz/game-design-document-template-for-beginners/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosinaz/game-design-document-template-for-beginners/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosinaz/game-design-document-template-for-beginners/HEAD/README.md -------------------------------------------------------------------------------- /docs/Game Design Document.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosinaz/game-design-document-template-for-beginners/HEAD/docs/Game Design Document.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosinaz/game-design-document-template-for-beginners/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kosinaz/game-design-document-template-for-beginners/HEAD/docs/_config.yml --------------------------------------------------------------------------------