From 208dea1fe86b4c79c714c3927383bcc9abb9b3fe Mon Sep 17 00:00:00 2001 From: JackJ30 Date: Wed, 14 May 2025 20:00:46 -0400 Subject: projects with images --- zola-static/content/projects/dynamic-character-controller.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 zola-static/content/projects/dynamic-character-controller.md (limited to 'zola-static/content/projects/dynamic-character-controller.md') diff --git a/zola-static/content/projects/dynamic-character-controller.md b/zola-static/content/projects/dynamic-character-controller.md new file mode 100644 index 0000000..8a3af72 --- /dev/null +++ b/zola-static/content/projects/dynamic-character-controller.md @@ -0,0 +1,8 @@ ++++ +title = 'Dynamic Character' +date = 2023-10-22 +[extra] +cover = 'dynamic-character-controller.png' +youtube_id = '-jUsBK2qTaQ' ++++ +This is an in-progress character controller inspired by *Dishonored*, *Dark Messiah*, and *Thief*. It is fully physics based and interacts with the engine. It navigates steps and slopes, has a swimming system, a dynamic crouching system, a climbing system, a sliding system, and several other components. The project also contains a saving system which can serialize the level and its physics objects, supporting completely re-ordering the scene tree, spawning in objects and deleting them. It was made using [Godot](https://godotengine.org/). -- cgit v1.2.3