Tinoco / Game_rpg_team_radar

Rpg Game Atributes of Team Comparative Stats

Home Page:https://github.com/Tinoco/Game_rpg_team_radar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Rpg Team Radar

Rpg Game Atributes of Team Comparative Stats

Atributes :

  • Attack
  • Defence
  • Agility
  • Magic Defence
  • Magic Attack

make python environment:

  • Install pip first:
sudo apt-get install python3-pip
  • Then install virtualenv using pip3
sudo pip3 install virtualenv 
  • Now create a virtual environment
virtualenv venv
  • Active your virtual environment:
source venv/bin/activate
  • Enter on environment:
cd venv

Install plotly to plotting radar rpg team comparative chart:

pip install plotly

Clone Game_rpg_team_radar repository:

 git clone https://github.com/Tinoco/Game_rpg_team_radar.git

run Game rpg team radar chart stats view:

 python herosystem_team_stats.py

Result radar team chart comparative:

quality:

About

Rpg Game Atributes of Team Comparative Stats

https://github.com/Tinoco/Game_rpg_team_radar

License:MIT License


Languages

Language:Python 100.0%