Sadri199 / act1_bombpy

A very small text adventure game to test my knowledge in Python.
0 stars 0 forks source link

General Information

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.

Link to Version 2.0 log

Installation

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.

capture1

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!

capture2

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.

capture3

If you want the "full experience", tou can choose either:

capture5

Execution

After you downloaded this project, you are going to be seeing something like these

capture4

Here, you can either:

Credits

Enjoy!