This entry is purely for educational purposes to allow the TimeToGrow team to compare each-others versions and code
- Time2Grow uses Python 3.11. Please download and install Python 3.11.
Use Git
> clone...
> URL:
== https://github.com/EvieePy/Time2Grow.git
- Create a venv with Python 3.11
In the PyCharm terminal (found on bottom left), run:
pip install -U -r requirements.txt
git clone https://github.com/EvieePy/Time2Grow.git
cd Time2Grow
py -3.11 -m venv venv
./venv/Scripts/activate
pip install -U -r requirements.txt
- Note: I have not tested this on these environments.
git clone https://github.com/EvieePy/Time2Grow.git
cd Time2Grow
python3.11 -m venv venv
source venv/bin/activate
pip install -U -r requirements.txt
- Copy & Paste config.example.json into a file:
config.json
- Fill in the blanks:
token
andchannel
. Adjust other settings as you please but please read comments.
- In your activated venv:
python launcher.py
For testing in a browser:
- Vist: http://127.0.0.1:8000/
For OBS:
- Create a new Source
Browser
and name itTime2Grow Overlay
- URL:
http://127.0.0.1:8000/
- Width and Height should match your stream output E.g. Width: 1920 and Height: 1080
- Remove everything in Custom CSS
- OK
- Note:
<prefix>
should be changed with what you set in your config. - Note:
<username>
should be replaced with the name of the user you wish to attack. E.g.xmetrix
Create a Plant:
<prefix>plant
- creates a plant. 1 per user.
Water a Plant:
<prefix>water
- waters your plant. You must water your plant when it is wilted, or it dies.
Attack a Plant:
<prefix>attack <username>
- attacks another users plant. Has a small chance of being reversed onto you.
Thug Life:
<prefix>thug
- add some thug life to your plant.
All source code is licensed using MIT
All images and assets must not be resold, modified or used for any purpose other than this game without prior permission.