Numerical-Math-RPG is a game that mixes the mechanics of text-based rpgs with knowledge of numerical mathematics. In this game your weapons are algorithms to find zeros of functions and your armors are functions. An attack is effective if it manages to find the zero of the armor given a precision.
You need to have python 3.8.5 or a higher version installed. If you have it then follow the steps below:
1- Open a console inside the path of the aplication(same level of requirements.txt)
2- Run the code: pip install -r requirements.txt
Run the main.py script and enjoy!