too-tanky is an extensive, highly customizable League of Legends damage simulator. It can simulate the damage output between any combination of characters, level, items, runes etc...
It can also be extended to Teamfight Tactics in the future.
Choose a directory to clone the project and git clone git@github.com:PaulQbFeng/too-tanky.git
Create environment conda create -n myenv python=3.9
and activate it with conda activate myenv
pip install -r requirements.txt requirements-dev.txt
Run pytest
inside the working directory to test the setup.
main
branch is up to date with git pull origin main
. ---> pytest
to check if all goodgit checkout -b [branch-name]
+ work on your featurepytest
to check if your changes did not break anythinggit add [files modified]
/ git commit -m [message]
your changesgit push origin [branch-name]
to create or update your branch in remote. ... and go back to step 1 to develop a new feature !
Create a Github issue to suggest changes, an idea, to keep track of the tasks to do.