An open API service indexing awesome lists of open source software.

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

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# !