Thomas the Scaredy Cat is a 3D game that follows the journey of Thomas, a timid cat, as he ventures through a haunted house filled with frightening obstacles. Players must guide Thomas through the spooky surroundings, overcoming challenges and facing their fears to successfully escape the haunted house.
-
Audio Overlay: To immerse players in the haunted atmosphere with a carefully crafted audio overlay, enhancing the overall gaming experience.
-
Menu Options: We have provided players with a user-friendly menu system, allowing them to easily navigate the game, adjust settings, and start or pause the adventure.
-
Obstacles: There are various scary obstacles, such as ghosts and gargoyles, to test Thomas's courage and challenge players as they navigate through the haunted house.
- Unity Hub (version 2022 LTS): The main platform for developing the game. [Access Unity Hub]
- C# (C Sharp): The programming language used for scripting the game behavior.
- Microsoft Visual Studio: The Integrated Development Environment (IDE) for writing and managing code.
The game is built to support multiple platforms, including:
- Android
- WebGL
- iOS
- Windows
- Linux
- MacOS
Below is the project structure outlining the various directories and their contents:
Thomas-The-Scaredy-Cat/
├── Assets/
│ ├── Animation/
│ ├── Audio/
│ ├── Fonts/
│ ├── Levels/
│ ├── Prefabs/
│ ├── Scenes/
│ ├── Scripts/
│ └── Sprites/
├── Packages/
├── ProjectSettings/
├── Recordings/
├── UserSettings/
├── .gitignore
├── .vsconfig
└── README.md