C# text adventure game made as school assignment
Find a file
Marco dbcd6d7006 fix: ArgumentOutOfRangeException when trying to center text
implemented safe cursor positioning with Math.Max to prevent negative values which caused this error
2025-03-25 11:25:43 +01:00
src fix: ArgumentOutOfRangeException when trying to center text 2025-03-25 11:25:43 +01:00
.gitignore fix: ArgumentOutOfRangeException when trying to center text 2025-03-25 11:25:43 +01:00
linux-publish.sh Create linux-publish.sh 2025-03-18 11:57:39 +01:00
Program.cs feat: app properties 2025-02-24 21:42:42 +01:00
README.md game complete! 2025-03-22 21:05:43 +01:00
Zuul.csproj fix: .NET 9 upgrade + project properties for Rider IDE 2025-02-24 12:13:55 +01:00

Zuul

A psychological thriller text adventure game made to learn Object-Oriented Programming

Preview

image load error

🎮 Game Description

In this thrilling text adventure, you play as Geert, a patient who has been confined to an asylum for over a decade. The voices in your head have become louder recently, telling you the medicine is poison and you need to escape. Navigate through the abandoned asylum, find keys to unlock doors, manage your mental health, and discover the dark secrets hidden within.

🔑 Key Features

  • Exploration: Navigate through 14 unique locations within the asylum
  • Item Management: Collect and use items to overcome obstacles
  • Mental Health System: Maintain your sanity while facing the horrors of the asylum

📋 Controls

  • Navigate with text commands like go north, look, or take key
  • Use items with commands like use key north or use snickers
  • Type help to see all available commands

🚀 How to Play

  1. Download the latest release and run the downloaded file
  2. Explore the asylum, collect items and unlock doors
  3. Manage your health by consuming healing items when needed
  4. Find your way to freedom!

💡 Tips

  • Always check what items are in each room using the look command
  • Keep track of locked doors you encounter
  • Use healing items wisely to maintain your mental health
  • Different keys open different types of doors

🧠 Object-Oriented Design

This game was created as a learning project for object-oriented programming