Shrouded by Darkness
A downloadable game for Windows and macOS
Overview
"Shrouded by Darkness" is a spine-tingling top-down 2D horror game revolves around a single, precarious element - light. Delve into the depths of fear and uncertainty as you find yourself trapped in an eerie, enigmatic house cloaked in darkness. You start with nothing and must explore carefully, collecting any weapons and light sources along the way. Do you run or fight back? Do you explore every room for useful resources or do you rush the exit? Do you use your precious sources of light to illuminate the path, drawing enemies towards you, or do you embrace the darkness? The choice is yours, if you can survive...
Game Code
Source code and additional details can be found on the Shrouded By Darkness Github Page.
Credits
Shrouded By Darkness was the Final project for the Game Development Decal at UC Berkeley.
Made in Unity.
Raymond Ly - Art and Animation
Will He - Programming
Gregg Oliva - Programming, Music, Level Design
Download
Install instructions
Windows:
Extract the zip file contents to a location of your choice. Run the game by double-clicking the Shrouded by Darkness.exe program.
Mac:
Extract the zip file contents to a location of your choice. Due to MacOS security restrictions, you must open the `Terminal` application and run the following commands:
sudo chmod -R 755 <path-to-app>/ShroudedByDarkness.app sudo xattr -dr com.apple.quarantine <path-to-app>/ShroudedByDarkness.app
You should replace <path-to-app> with the correct path to ShroudedByDarkness.app. For example, if you extracted the ShroudedByDarkness application to your Downloads folder, you would run:
sudo chmod -R 755 ~/Downloads/ShroudedByDarkness.app sudo xattr -dr com.apple.quarantine ~/Downloads/ShroudedByDarkness.app
You can now double-click on the ShroudedByDarkness app to run the game.
Leave a comment
Log in with itch.io to leave a comment.