https://github.com/wizi8914/texual-abyss
A group-created text game for a school project
https://github.com/wizi8914/texual-abyss
colossal-cave csharp school-project text-game
Last synced: over 1 year ago
JSON representation
A group-created text game for a school project
- Host: GitHub
- URL: https://github.com/wizi8914/texual-abyss
- Owner: Wizi8914
- License: mit
- Created: 2023-12-30T01:51:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T00:32:51.000Z (over 2 years ago)
- Last Synced: 2025-04-01T23:00:40.021Z (over 1 year ago)
- Topics: colossal-cave, csharp, school-project, text-game
- Language: C#
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Textual Abyss
# 📜 About
Textual Abyss is a group project for my school, it's a text game inspired by [Colossal cave adventure](https://www.youtube.com/watch?v=O3etkSoHrR8) or [Zork 1](https://www.youtube.com/watch?v=mWNgQdybISA).
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.
## 🏗️ Project Structure
```
PROG_POC
├───Managers
│ ├───GameInstance.cs
│ └───MapManager.cs
├───Model
│ ├───Player.cs
│ ├───Room.cs
│ └───Stats.cs
├───Utils
│ └───TextUtils.cs
└───Program.cs
```
Made with ❤️ and C# !