metagame
metagame copied to clipboard
Great code ! Just a quick tips
Hey Alex,
First of all thanks of bunch for your script. It will really help me balance our PVP game. It works well thanks a bunch. Quick tips. Delete the boundsFromCsv function. it would be more clear since you are not using it in your main functions. I was like what is this allstarMatchups.csv files. I don't see the data on the github lol.
def boundsFromCsv(filename): allData = pandas.read_csv('allstarMatchups.csv')
Thanks again for providing the code to the community. Would be more than happy to read your thesis on game balancing and other ressources if you have any :). Great talk it was really clear metagame balance.
Cheers,
Jp