A simple text-based life simulator game. This is just a small hobby project, feel free to contribute by sending a pull request or create an issue if you find a problem.
In order to debug this program, clone this repository, and open it in Visual Studio Code. From there, you can open the debug section and click the green play button. You can also launch it via a terminal by opening the repository and running:
$ python main.py
As of right now, this repository has no dependancies; this may change in the future.