From 9afaa3a3236366d57cb1c3d771b25779ee76269b Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 31 Dec 2021 00:58:08 -0400 Subject: Fixes for the pure-Lux JVM compiler machinery. --- documentation/bookmark/game/mechanic/boss.md | 5 +++++ documentation/bookmark/game/mechanic/enemy.md | 4 ++++ documentation/bookmark/game/mechanic/jump.md | 4 ++++ documentation/bookmark/game/mechanic/synergy.md | 4 ++++ 4 files changed, 17 insertions(+) create mode 100644 documentation/bookmark/game/mechanic/boss.md create mode 100644 documentation/bookmark/game/mechanic/enemy.md create mode 100644 documentation/bookmark/game/mechanic/jump.md create mode 100644 documentation/bookmark/game/mechanic/synergy.md (limited to 'documentation/bookmark/game/mechanic') 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) + -- cgit v1.2.3