Textual Abyss is a group project for my school, it's a text game inspired by Colossal cave adventure or Zork 1.
I recommend that you don't steal this code if you have a similar school project. However, you are free to explore and modify it for your own use.
PROG_POC
├───Managers
│ ├───GameInstance.cs
│ └───MapManager.cs
├───Model
│ ├───Player.cs
│ ├───Room.cs
│ └───Stats.cs
├───Utils
│ └───TextUtils.cs
└───Program.cs
Made with ❤️ and C# !