Neel-thee’s mansion of amnesia is the text-based adventure game (TBAG) that I’ve been working on recently. My github is github.com/Flameblade375

It is an indoor text-based adventure where the player explores a mansion and interacts with objects in each room but cannot control movement within the room. The goal is to escape the mansion, though initially, the player doesn’t know they were trapped there by Neel-thee (male). I prefer not to include puzzles or riddles in the gameplay.
Neel-thee’s mansion of amnesia is hosted on GitHub and PyPI under the name neelthee_mansion, currently at version 3.19.12.

I have a lot of files:

  1. Main Game: 1167 lines
  2. Rooms: 1961 lines
  3. Creatures: 407 lines
  4. Items: 174 lines
  5. Quest: 70 lines
  6. Utilities: 452 lines
  7. Books: 324 lines

That’s all for now! Bye!