a mystery game based on unity and C#
Ruby, 陳柏宏, 林晉德, lun
This is a side-scrolling horror puzzle narrative game where players take on the role of a student who wakes up unconscious in a basement. They start to wonder where they are, begin to explore their surroundings, and try to find a way out.
- Press A to move forward.
- Press D to move backward.
- Press Space to jump.
- Press Z to stand up. (Game instructions are not provided in the game to encourage players to discover how to stand up and move on their own.)
- Under Assets/Scenes, there are several folders representing each scene, including GameScene, Dialogue, and MainMenu.
- Inside these folders, you will find the graphics, prefabs, scripts, inventory items, and more that are used in each respective scene. (Some shared scripts may be located in other folders.)
- Assets/Bolchie contains assets related to character images, animations, and prefabs.
- Assets/ contains scattered scripts related to character animations.
- Assets/Inventory holds assets related to the inventory system.