14 lines
424 B
TOML
14 lines
424 B
TOML
[book]
|
|
authors = ["Puzzle Design Knowledge Base"]
|
|
language = "en"
|
|
title = "Puzzle Design Knowledge Base"
|
|
description = "A taxonomy of puzzle design patterns from classic point-and-click adventure games"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/noti/puzzle-design-kb"
|
|
edit-url-template = "https://github.com/noti/puzzle-design-kb/edit/main/{path}"
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
line-numbers = true
|