diff --git a/README.md b/README.md index 3801ea29..83c3b7b6 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ # Presumed Dead A roguelike where the player traverses a forest and fights monsters. Defeated monsters can drop either a perk or ability for the player to pick up. Entering portals will lead the player to the next level, with each level being progressively more difficult. [Trailer can be found here.](https://www.youtube.com/watch?v=syGpL7jan6A) -# Engine -This game is using a custom engine and can be [found in a separate repository.](https://github.com/SiTronXD/StortSpelBTH_Engine) +# Itch.io +The game can be [downloaded from this itch.io page.](https://fetknoppen.itch.io/presumed-dead) Make sure to install the latest GPU drivers with Vulkan 1.3 support. # Project Features * Event-based networking using UDP and TCP @@ -15,6 +15,10 @@ This game is using a custom engine and can be [found in a separate repository.]( * Realtime communication between the engine and Autodesk Maya, used for faster asset creation * Finite state machines using events to activate transitions * Behavior trees controlling detailed logic inside FSMs +* Playable on both Windows and Linux + +# Engine +Presumed Dead is using a custom engine we developed ourselves and can be [found in a separate repository.](https://github.com/SiTronXD/StortSpelBTH_Engine) # Contributors * Adam Ã…kesson