From b8681fd206d5b5076b9737ee54f0cb0405a898d6 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Mon, 14 Mar 2022 01:09:08 -0400 Subject: Can now add type-vars to imported procedures from scripting languages. --- documentation/bookmark/game/algorithm/collision_detection.md | 4 ++++ documentation/bookmark/game/engine.md | 1 + documentation/bookmark/game/mechanic/boss.md | 1 + 3 files changed, 6 insertions(+) create mode 100644 documentation/bookmark/game/algorithm/collision_detection.md (limited to 'documentation/bookmark/game') diff --git a/documentation/bookmark/game/algorithm/collision_detection.md b/documentation/bookmark/game/algorithm/collision_detection.md new file mode 100644 index 000000000..89a53bb94 --- /dev/null +++ b/documentation/bookmark/game/algorithm/collision_detection.md @@ -0,0 +1,4 @@ +# Reference + +0. [GJK: Collision detection algorithm in 2D/3D](https://blog.winter.dev/2020/gjk-algorithm/) + diff --git a/documentation/bookmark/game/engine.md b/documentation/bookmark/game/engine.md index 53d2e2d56..5b0555f3b 100644 --- a/documentation/bookmark/game/engine.md +++ b/documentation/bookmark/game/engine.md @@ -2,6 +2,7 @@ ## General +0. [The Machinery](https://ourmachinery.com/) 0. [Open 3D Engine](https://www.o3de.org/) ## Specialized diff --git a/documentation/bookmark/game/mechanic/boss.md b/documentation/bookmark/game/mechanic/boss.md index 25522da6c..be2f952ee 100644 --- a/documentation/bookmark/game/mechanic/boss.md +++ b/documentation/bookmark/game/mechanic/boss.md @@ -1,5 +1,6 @@ # Reference +0. [What Makes A Good Colossal Boss?](https://www.youtube.com/watch?v=k1hFnjUFSsY) 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) -- cgit v1.2.3