Add some game design notes

This commit is contained in:
Aly 2022-09-28 17:49:03 -07:00
parent c388c72e99
commit e3966931d9
9 changed files with 149 additions and 103 deletions

22
.obsidian/graph.json vendored Normal file
View File

@ -0,0 +1,22 @@
{
"collapse-filter": true,
"search": "",
"showTags": false,
"showAttachments": false,
"hideUnresolved": false,
"showOrphans": true,
"collapse-color-groups": true,
"colorGroups": [],
"collapse-display": true,
"showArrow": false,
"textFadeMultiplier": 0,
"nodeSizeMultiplier": 1,
"lineSizeMultiplier": 1,
"collapse-forces": true,
"centerStrength": 0.518713248970312,
"repelStrength": 10,
"linkStrength": 1,
"linkDistance": 250,
"scale": 0.9217208171519372,
"close": false
}

193
.obsidian/workspace vendored
View File

@ -9,7 +9,7 @@
"state": {
"type": "markdown",
"state": {
"file": "journal/2022-09-22.md",
"file": "positioning-statement.md",
"mode": "source",
"source": false
}
@ -19,124 +19,111 @@
"direction": "vertical"
},
"left": {
"id": "a2a4c9e11d62df9e",
"type": "split",
"id": "092fc71a32c2b2ca",
"type": "mobile-drawer",
"children": [
{
"id": "95d9e0fcbe673851",
"type": "tabs",
"children": [
{
"id": "2ac5fbdea75aa1d8",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "7434cdec96d7132f",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
}
},
{
"id": "dd6cde728924a709",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
"id": "0dc61b06d07378bd",
"type": "leaf",
"state": {
"type": "file-explorer",
"state": {}
}
},
{
"id": "ba26ce2a8afe1e6a",
"type": "leaf",
"state": {
"type": "search",
"state": {
"query": "",
"matchingCase": false,
"explainSearch": false,
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical"
}
]
}
},
{
"id": "efa68da26a541de9",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "4dc9a10ad0c2b278",
"type": "leaf",
"state": {
"type": "starred",
"state": {}
}
}
],
"direction": "horizontal",
"width": 300
"currentTab": 0
},
"right": {
"id": "06713703997b8052",
"type": "split",
"id": "4b792a60d9707d2f",
"type": "mobile-drawer",
"children": [
{
"id": "4825c6753f27cbeb",
"type": "tabs",
"children": [
{
"id": "13f3f7066855c95e",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "journal/2022-09-22.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "5bb1621955b4fab4",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "journal/2022-09-22.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "4142a9d8ab147cfb",
"type": "leaf",
"state": {
"type": "tag",
"state": {
"sortOrder": "frequency",
"useHierarchy": true
}
}
},
{
"id": "38fa2e33a482c46d",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "journal/2022-09-22.md"
}
}
"id": "94c29ec5b3cae5d5",
"type": "leaf",
"state": {
"type": "backlink",
"state": {
"file": "positioning-statement.md",
"collapseAll": false,
"extraContext": false,
"sortOrder": "alphabetical",
"showSearch": false,
"searchQuery": "",
"backlinkCollapsed": false,
"unlinkedCollapsed": true
}
]
}
},
{
"id": "7ac49a0765f4d063",
"type": "leaf",
"state": {
"type": "outgoing-link",
"state": {
"file": "positioning-statement.md",
"linksCollapsed": false,
"unlinkedCollapsed": true
}
}
},
{
"id": "1117d58a91c3e999",
"type": "leaf",
"state": {
"type": "outline",
"state": {
"file": "positioning-statement.md"
}
}
}
],
"direction": "horizontal",
"width": 300,
"collapsed": true
"currentTab": 0
},
"active": "934597f5e1b71382",
"lastOpenFiles": [
"2022-09-22.md",
"uc-santa-cruz.md",
"journal/2022-09-22.md",
"UC Santa Cruz.md",
"game-design-frameworks.md",
"elements-of-game-design.md",
"mechanics-dynamics-aesthetics.md",
"card.md",
"card-game.md",
"modding.md",
"journal/2021-12-18.md",
"niwa.md",
"person.md",
"aly.md"
"journal/2022-09-22.md",
"sirius902.md"
]
}

5
card-game.md Normal file
View File

@ -0,0 +1,5 @@
# Card Game
- uses [[card|cards]]
- can be easily [[modding|modded]]
- [[trading-cards]]
- [[playing-cards]]

11
card.md Normal file
View File

@ -0,0 +1,11 @@
# Card
- conveys [[information]]
- usually [[planar]]
- allows for choice of which players to convey important information to
- can be [[visual]] or [[textual]], but is usually [[both]]
- usually [[uniform]]
- allows [[stacking]] and [[random-generation]]
- usually [[ordinal]]
- allows [[sorting]]
- usually [[spatial]]
- [[card-game]]

View File

@ -0,0 +1,4 @@
# Elements of Game Design
- mechanics and systems
- gameplay
- player experience

View File

@ -0,0 +1,4 @@
# Game Design Frameworks
- [[mechanics-dynamics-aesthetics]]
- [[elements-of-game-design]]
- design in support of an intended player experience

View File

@ -0,0 +1,7 @@
# Mechanics, Dynamics, Aesthetics
- [[mechanics]]
- the rules & systems that enable the play experience
- [[dynamics]]
- the behavior that TODO
- [[aesthetics]]

2
modding.md Normal file
View File

@ -0,0 +1,2 @@
# Modding
- the act of modifying a [[game]] (usually a [[video-game]] or [[card-game]])

4
positioning-statement.md Normal file
View File

@ -0,0 +1,4 @@
# Positioning Statement
- target audience
- frame of reference
- TODO