Hi!
This is my first "Project" in Python. I'm learning the language and decided to do something fun to test what i can do with it. This is a Text Adventure Game.
For now this version is terminal only, but im planning to make updates from time to time.
This entire thing was done in Python 3.12.5, it should work in older versions but i haven't tested it.
So this entire project was done in a language called "Python", if you don't have it installed, you can get it for free from "https://www.python.org/downloads/", just select the version that matches your OS, download it and install it like any other program.
Now you only need to either clone this repository (if you know how to use Git) or download it directly. If you don't know how to use Git no problem at all, you can get it from this button!
This game was designed for a CLI that supports UTF-8; i made the entire thing in an IDE called "Visual Studio Code", the reason to this is that i add some characters; stuff like -> (ヘ・_・)ヘ┳━┳ and they require UTF-8 for it's display. They will not look good in CMD or Powershell normal versions because those cannot process this type of characters; they will look like this.
If you want the "full experience", tou can choose either:
After you downloaded this project, you are going to be seeing something like these
Here, you can either:
Enjoy!