/Life-Simulator1

A life simulator in Python inspired by "Bitlife - Life Simulator"

Primary LanguagePythonMIT LicenseMIT

Life-Simulator1

A life simulator in Python inspired by "Bitlife - Life Simulator"

GitHub License GitHub Issues GitHub Stars GitHub Pull Requests

🔧 Issues

If you face any problems while using the application, please open an issue here

🖐️ Get in touch

You can join in on chatting with the team on our discord server

🤝 Contributing

Contributions, feedback, and bug reports are welcome! Feel free to check out our issues page to find out what you could do! but before contrubuting make sure to check out CONTRIBUTING.md.

Installation

  1. Clone this repository:
    git clone https://github.com/fungamer2-2/Life-Simulator1.git
  2. Install Python

Usage

Run lifesim.py script:

python3 lifesim.py

Translating

lifesim.pot is a template for translations.
Copy lifesim.pot to a new file, fill in the translations, then upload it as lifesim.po in the locale folder.
The .po should be placed in the directory path locale/[language code]/LC_MESSAGES.
I will then convert it to a .mo file so it can be translated.

NOTE: The text between the {} in strings is used for string formatting, and is not to be translated. Their translations are handled separately.

License

Distributed under the MIT License. See LICENSE for more details.