From 4ff8d985a7f0938954754ee175f863d3a39dd45d Mon Sep 17 00:00:00 2001 From: Sara Date: Mon, 6 Nov 2023 09:00:53 +0100 Subject: [PATCH] added design document --- design/Core.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 design/Core.md diff --git a/design/Core.md b/design/Core.md new file mode 100644 index 0000000..01cc239 --- /dev/null +++ b/design/Core.md @@ -0,0 +1,26 @@ +# Mechanics + +## Movement + +Slow and considered. +The walking speed is slow, the running speed slightly less so. +Walkable parts of environments are relatively small. + +## Combat + + + +## Exploration + +Resources are scattered throughout the environment. +It should be rewarding to stop and gather them. + +## Upgrades + + + +# Dynamics + +## Careful Progress + +The player should be careful and considered during second to second gameplay.