diff options
author | Eduardo Julian | 2021-12-31 00:58:08 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-12-31 00:58:08 -0400 |
commit | 9afaa3a3236366d57cb1c3d771b25779ee76269b (patch) | |
tree | 83016d292711e242be3bdaef4dd2cca0aae05dc9 /documentation/bookmark/game | |
parent | 00d92539208da86557e592a8c8df03d3b08e6b40 (diff) |
Fixes for the pure-Lux JVM compiler machinery.
Diffstat (limited to 'documentation/bookmark/game')
-rw-r--r-- | documentation/bookmark/game/community.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/game/generation/quest.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/game/mechanic/boss.md | 5 | ||||
-rw-r--r-- | documentation/bookmark/game/mechanic/enemy.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/game/mechanic/jump.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/game/mechanic/synergy.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/game/reuse.md | 4 | ||||
-rw-r--r-- | documentation/bookmark/game/sequel.md | 4 |
8 files changed, 34 insertions, 0 deletions
diff --git a/documentation/bookmark/game/community.md b/documentation/bookmark/game/community.md new file mode 100644 index 000000000..363de2b86 --- /dev/null +++ b/documentation/bookmark/game/community.md @@ -0,0 +1,4 @@ +# Reference + +0. [Charm Your Communities](https://www.youtube.com/watch?v=o93BMHdde6Y) + diff --git a/documentation/bookmark/game/generation/quest.md b/documentation/bookmark/game/generation/quest.md new file mode 100644 index 000000000..69402603e --- /dev/null +++ b/documentation/bookmark/game/generation/quest.md @@ -0,0 +1,5 @@ +# Reference + +0. [Nathan Savant - One Quest To Rule Them All: Quest Design in Non-Games Media](https://www.youtube.com/watch?v=WTLPXhLjwLU) +0. [Kristen Yu: Video Game Quest Theory for Improved Procedural Content Generation](https://www.youtube.com/watch?v=WutTZ4FCHA8) + diff --git a/documentation/bookmark/game/mechanic/boss.md b/documentation/bookmark/game/mechanic/boss.md new file mode 100644 index 000000000..25522da6c --- /dev/null +++ b/documentation/bookmark/game/mechanic/boss.md @@ -0,0 +1,5 @@ +# Reference + +0. [What Makes A Great First Boss? ~ Design Doc](https://www.youtube.com/watch?v=0NGBo3HUrn0) +0. [Ally Brinken & Michelle Webb - Who's the Boss (And How and Why)?](https://www.youtube.com/watch?v=6JjEXyfXt3U) + diff --git a/documentation/bookmark/game/mechanic/enemy.md b/documentation/bookmark/game/mechanic/enemy.md new file mode 100644 index 000000000..0c8b2da44 --- /dev/null +++ b/documentation/bookmark/game/mechanic/enemy.md @@ -0,0 +1,4 @@ +# Reference + +0. [How Do You Design a Cast of Enemies? ~ Design Doc](https://www.youtube.com/watch?v=RvrVicqDhKI) + diff --git a/documentation/bookmark/game/mechanic/jump.md b/documentation/bookmark/game/mechanic/jump.md new file mode 100644 index 000000000..d23c68165 --- /dev/null +++ b/documentation/bookmark/game/mechanic/jump.md @@ -0,0 +1,4 @@ +# Reference + +0. [Math for Game Programmers: Building a Better Jump](https://www.youtube.com/watch?v=hG9SzQxaCm8) + diff --git a/documentation/bookmark/game/mechanic/synergy.md b/documentation/bookmark/game/mechanic/synergy.md new file mode 100644 index 000000000..b8aefaa91 --- /dev/null +++ b/documentation/bookmark/game/mechanic/synergy.md @@ -0,0 +1,4 @@ +# Reference + +0. [Alice Lai - All Together Now: Creating Multiplicative Power in Hades](https://www.youtube.com/watch?v=pXib0WTfLbI) + diff --git a/documentation/bookmark/game/reuse.md b/documentation/bookmark/game/reuse.md new file mode 100644 index 000000000..8cb218a40 --- /dev/null +++ b/documentation/bookmark/game/reuse.md @@ -0,0 +1,4 @@ +# Reference + +0. [Growing Your Code Library with Each New Project](https://www.youtube.com/watch?v=o3X8IvJksGA) + diff --git a/documentation/bookmark/game/sequel.md b/documentation/bookmark/game/sequel.md new file mode 100644 index 000000000..f9cce04ef --- /dev/null +++ b/documentation/bookmark/game/sequel.md @@ -0,0 +1,4 @@ +# Reference + +0. [How Do You Make a Great Sequel? ~ Design Doc](https://www.youtube.com/watch?v=tj5P5DdgkE4) + |